Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mapnificent/mapnificent
- Owner: mapnificent
- License: other
- Created: 2010-03-19T16:08:41.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T00:57:46.000Z (9 months ago)
- Last Synced: 2024-08-02T05:17:41.772Z (5 months ago)
- Topics: gtfs, transit
- Language: JavaScript
- Homepage: https://www.mapnificent.net
- Size: 1.41 MB
- Stars: 375
- Watchers: 23
- Forks: 51
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-repos - mapnificent/mapnificent - Mapnificent shows you areas you can reach with public transport in a given time. (JavaScript)
- awesome-starred - mapnificent/mapnificent - Mapnificent shows you areas you can reach with public transport in a given time. (others)
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 installThen get the cities data:
git submodule init
git submodule updateThen 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)