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

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.

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).**

![ISC-licensed](https://img.shields.io/github/license/derhuerst/remix-bvg-map-backend.svg)
[![chat with me on Gitter](https://img.shields.io/badge/chat%20with%20me-on%20gitter-512e92.svg)](https://gitter.im/derhuerst)
[![support me on Patreon](https://img.shields.io/badge/support%20me-on%20patreon-fa7664.svg)](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).