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: 5 months ago
JSON representation

A small website to request weather data from Meteostat.

Awesome Lists containing this project

README

          

# Dolpyn
![dolpyn](https://github.com/user-attachments/assets/00281a45-c211-46c1-8bf8-45fae7bf538a)

## 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`