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: 5 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-25T02:35:32.000Z (over 1 year ago)
- Last Synced: 2025-03-14T10:14:42.740Z (over 1 year ago)
- Topics: bootstrap, docker, flask, javascript, leaflet, meteostat, openstreetmap, python, rapidapi
- Language: HTML
- Homepage:
- Size: 92.8 KB
- Stars: 1
- 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`