Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/javrasya/forarprov


https://github.com/javrasya/forarprov

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Build

```bash
docker build . -t forarprov:latest
```

# Run

```bash
docker run -it -d \
--name forarprov \
--env PLACES='Farsta,Sollentuna,Tullinge,Nynäshamn,Södertälje' \
--env SSN='' \
--env START='2021-06-18' \
--env END='2021-06-24' \
--env TELEGRAM_TOKEN='' \
forarprov:latest
```