https://github.com/derhuerst/remix-bvg-map-backend
The backend of a website that allows you to remix the BVG transit map.
https://github.com/derhuerst/remix-bvg-map-backend
berlin bvg public-transport transit
Last synced: 4 months ago
JSON representation
The backend of a website that allows you to remix the BVG transit map.
- Host: GitHub
- URL: https://github.com/derhuerst/remix-bvg-map-backend
- Owner: derhuerst
- License: isc
- Created: 2018-05-02T18:43:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T20:55:41.000Z (about 3 years ago)
- Last Synced: 2025-01-07T19:12:59.294Z (5 months ago)
- Topics: berlin, bvg, public-transport, transit
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# remix-bvg-map-backend
**The backend of a website that allows you to remix the [BVG transit map](https://fahrinfo.bvg.de/Fahrinfo/bin/query.bin/en?ujm=1&MapLayer=NETWORK).**

[](https://gitter.im/derhuerst)
[](https://patreon.com/derhuerst)## Installing
```shell
git clone https://github.com/derhuerst/remix-bvg-map-backend.git
cd remix-bvg-map-backend
npm install --production
env NODE_ENV=production npm start
```## Contributing
If you have a question or have difficulties using `remix-bvg-map-backend`, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to [the issues page](https://github.com/derhuerst/remix-bvg-map-backend/issues).