https://github.com/picandocodigo/mnav-opendata-front-end
Front end sample application for MNAV OpenData API
https://github.com/picandocodigo/mnav-opendata-front-end
Last synced: 3 months ago
JSON representation
Front end sample application for MNAV OpenData API
- Host: GitHub
- URL: https://github.com/picandocodigo/mnav-opendata-front-end
- Owner: picandocodigo
- License: gpl-3.0
- Created: 2012-04-20T22:08:20.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-01-27T21:33:15.000Z (over 10 years ago)
- Last Synced: 2025-02-07T21:43:28.150Z (5 months ago)
- Language: CSS
- Size: 305 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mnav-opendata-front-end
=======================
Front end sample application for [MNAV OpenData API](https://github.com/picandocodigo/mnav-opendata-api).## Installation:
git clone [email protected]:picandocodigo/mnav-opendata-front-end.git
cd mnav-opendata-front-end/
bundle install## Configuration
Configure data/api_info.yaml, set the url to the API endpoint. If you want the API running on your local machine, get it [here](https://github.com/picandocodigo/mnav-opendata-api). Otherwise, you can use http://mnav.heroku.com.
## Run it
`rackup`
And visit [http://localhost:9292](http://localhost:9292).
## Copyright
Authors:
* [Fernando Briano](http://picandocodigo.net)
* [Nicolas Barrera](http://mcdlr.com)Development sponsored by **[Neo](http://neo.com)**
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .