Skip to content

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

License

Notifications You must be signed in to change notification settings

nikolauskrismer/mapnificent

 
 

Repository files navigation

Mapnificent

Install yarn and jekyll.

# You need yarn and npm (see https://yarnpkg.com/en/docs/install/)
# You need ruby and bundler
bundle install

Then get the cities data:

git submodule init
git submodule update

Then run:

yarn install
bundle exec jekyll serve -w

How to add a city

In order to add a transit system to Mapnificent, GTFS data 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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.2%
  • HTML 23.0%
  • Ruby 11.5%
  • CSS 4.3%