velibdataset/README.md

25 lines
627 B
Markdown
Raw Normal View History

2015-09-26 00:04:41 +02:00
VelibDataSet
============
2017-08-28 18:03:36 +02:00
This code can be used to dump periodically all the available data from the
Velib API, the bike sharing system in Paris. The data are under an OpenData
license.
2015-09-26 00:04:41 +02:00
## Usage
* Clone this repo.
* Create an account to access the velib API: https://developer.jcdecaux.com/#/home.
* Copy `config.py.example` to `config.py` and set your API key there.
* Run `velib.py`.
## Links
* Velib API: https://developer.jcdecaux.com/#/home
* Velib website: http://velib.paris/
2017-08-28 18:03:36 +02:00
## License
Data is under [an Open Data license](https://developer.jcdecaux.com/#/opendata/license).
Code is released under MIT license.