Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`