Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mapnificent/mapnificent

Mapnificent shows you areas you can reach with public transport in a given time.
https://github.com/mapnificent/mapnificent

gtfs transit

Last synced: 2 months ago
JSON representation

Mapnificent shows you areas you can reach with public transport in a given time.

Awesome Lists containing this project

README

        

# Mapnificent

Install [bower](http://bower.io/) and [jekyll](http://jekyllrb.com/).

# You need node and npm
npm install -g bower
# You need ruby and bundler
bundle install

Then get the cities data:

git submodule init
git submodule update

Then run:

bower install
jekyll serve -w

## How to add a city

In order to add a transit system to Mapnificent, [GTFS data](https://developers.google.com/transit/gtfs/) for that transit system needs to be available without charge under a license that allows its use with Mapnificent. If you find data for a city that is not on Mapnificent, [please follow the steps outlined in the Mapnificent City repository.](https://github.com/mapnificent/mapnificent_cities/blob/master/README.md)