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

https://github.com/eamonnmr/departure_board

North and south station departure boards
https://github.com/eamonnmr/departure_board

Last synced: 2 months ago
JSON representation

North and south station departure boards

Awesome Lists containing this project

README

        

# Build:
```
$ npm install # Install the bundle.json
$ npm start # Run locally - you'll want a local version of
# the csv saved in /public/api
```
# Deploy:

Make sure you set up ops/inventory with the servers you want to deploy to, then run

```
$ npm run build # Create release build of project

$ cd ops; ansible-playbook deploy.yaml -i inventory # Deploy
```