Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/mittaridatapumppu-endpoint
Mittaridatapumppu endpoint
https://github.com/city-of-helsinki/mittaridatapumppu-endpoint
mittaridatapumppu
Last synced: about 2 months ago
JSON representation
Mittaridatapumppu endpoint
- Host: GitHub
- URL: https://github.com/city-of-helsinki/mittaridatapumppu-endpoint
- Owner: City-of-Helsinki
- Created: 2023-09-06T09:55:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-30T18:57:28.000Z (8 months ago)
- Last Synced: 2024-05-30T21:50:50.389Z (8 months ago)
- Topics: mittaridatapumppu
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mittaridatapumppu endpoint
```
pip install pip-tools pre-commit
. venv/bin/activate
pre-commit install
pip-sync requirements*.txt
uvicorn endpoint.endpoint:app --host 0.0.0.0 --port 8080 --proxy-headers
API_TOKEN=abcdef1234567890abcdef1234567890abcdef12 venv/bin/python tests/test_api2.py
```