Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)