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

https://github.com/derhuerst/sncf-or-db-rest

Expose db-sncf-prices/sncf-or-db over HTTP.
https://github.com/derhuerst/sncf-or-db-rest

db public-transport sncf transit

Last synced: 3 months ago
JSON representation

Expose db-sncf-prices/sncf-or-db over HTTP.

Awesome Lists containing this project

README

        

# sncf-or-db-rest

**Expose [db-sncf-prices/sncf-or-db](https://github.com/juliuste/db-sncf-prices/blob/master/sncf-or-db.js) over HTTP.**

Deployed using [Now](https://zeit.co/now/#get-started). ❤

[![dependency status](https://img.shields.io/david/derhuerst/sncf-or-db-rest.svg)](https://david-dm.org/derhuerst/sncf-or-db-rest)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/sncf-or-db-rest.svg)

## Installing

```
git clone https://github.com/derhuerst/sncf-or-db-rest.git
cd sncf-or-db-rest
# to run locally
npm install --production
npm start
# to deploy
npm install now
now
```

## Contributing

If you **have a question**, **found a bug** or want to **propose a feature**, have a look at [the issues page](https://github.com/derhuerst/sncf-or-db-rest/issues).