Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidm42/train-delay-higher-lower
Play the higher lower game with train delays in german train stations
https://github.com/davidm42/train-delay-higher-lower
Last synced: about 2 months ago
JSON representation
Play the higher lower game with train delays in german train stations
- Host: GitHub
- URL: https://github.com/davidm42/train-delay-higher-lower
- Owner: DavidM42
- Created: 2021-03-13T04:51:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-30T16:10:57.000Z (over 3 years ago)
- Last Synced: 2024-10-08T07:21:22.704Z (4 months ago)
- Language: TypeScript
- Size: 70.3 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Train-Delay-Higher-Lower
This repo is for my weekend hackathon project to implement a higher lower style game with realtime data.
You have to guess which of the shown train stations currently has more combined delay minutes across all its trains arriving in the next 30 minutes.Check it out on [david.merz.dev/Train-Delay-Higher-Lower/](https://david.merz.dev/Train-Delay-Higher-Lower/)
## Locally develop yourself
Install the dependencies and run it...
```bash
npm install
npm run dev
```Navigate to [localhost:5000](http://localhost:5000). You should see the website running with live reload.
For more info about the used web framework _svelte_ see [this README](https://github.com/sveltejs/template/blob/master/README.md)