An open API service indexing awesome lists of open source software.

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

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 .