Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonsman/dolpyn
A small website to request weather data from Meteostat.
https://github.com/jonsman/dolpyn
bootstrap docker flask javascript leaflet meteostat openstreetmap python rapidapi
Last synced: about 1 month ago
JSON representation
A small website to request weather data from Meteostat.
- Host: GitHub
- URL: https://github.com/jonsman/dolpyn
- Owner: Jonsman
- Created: 2024-03-01T10:47:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T12:38:31.000Z (10 months ago)
- Last Synced: 2024-10-13T19:24:13.852Z (2 months ago)
- Topics: bootstrap, docker, flask, javascript, leaflet, meteostat, openstreetmap, python, rapidapi
- Language: HTML
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dolpyn
## using
* Leaflet
* OpenStreetMap
* Meteostat over Rapidapi https://rapidapi.com/meteostat/api/meteostat
* Bootstrap## prerequisites
* create `.env` file in root with Rapidapi `RAPID_API_KEY`, like `RAPID_API_KEY = "RAPID_API_KEY-foobar"`
* run `pip3 install -r requirements.txt`