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
- Host: GitHub
- URL: https://github.com/eamonnmr/departure_board
- Owner: EamonnMR
- Created: 2016-10-22T14:59:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T02:20:00.000Z (over 7 years ago)
- Last Synced: 2025-02-13T23:37:30.947Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```