Giter VIP home page Giter VIP logo

bobo's Introduction

Bobo Venue Database

The goal of this project is to create an open data portal for music venue information. This means we'll serve human and machine readable information free for all to use and distribute. All data will be available under a Creative Commons CC0 declaration, making it public domain.

To start, we'll offer HTML and JSON endpoints for search and detailed venue data.

This simple interface will allow other services to leverage open venue data in their own applications, starting with the CASH Music platform.

Routes

We'll use a simple URL scheme:

Search endpoint: /venues/term (JSON) /venues/term.html (HTML)

Detail data endpoint: /venue/identifier (JSON) /venue/identifier.html (HTML)

Data format

Search results:

[
	{
		"UUID":"04ft9",
		"name":"The Echo",
		"city":"Los Angeles",
		"country":"USA"
	},
	{
		"UUID":"316y8",
		"name":"Echoplex",
		"city":"Los Angeles",
		"country":"USA"
	}
]

Venue data:

{
	"UUID":"04ft9",
	"name":"The Echo",
	"type":"venue",
	"address1":"1822 Sunset Blvd",
	"address2":"",
	"city":"Los Angeles",
	"region":"California",
	"country":"USA",
	"postalcode":"90026",
	"latitude":34.077729,
	"longitude":-118.260108,
	"url":"http://www.theecho.com/",
	"phone":"(213) 413-8200",
	"email":"",
	"capacity":350,
	"creation_date":1427481092,
	"modification_date":1427483107
}

bobo's People

Contributors

christopherleckie avatar jessevondoom avatar kgoodman33 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.