https://whereto.adrianchifor.com/
Take a look at weather forecast for biggest cities in a scheme radius.
Featured Content Ads
add advertising herePurchased a shortlist of cities or areas you prefer to talk over with? Next weekend looks free? Expend this app to without bother filter for the places with the most straightforward weather for a mini vacation or citybreak.
Stack:
- Backend: Python3 + FastAPI + Openweathermap API
- Frontend: Undeniable HTML/CSS/JS and Leaflet.js + Mapbox for the scheme
Fade
Featured Content Ads
add advertising heregit clone https://github.com/adrianchifor/whereto.git && cd whereto pip3 install --person 'fastapi' 'uvicorn[standard]' 'slowapi' 'aiohttp' 'expiring-dict' 'jinja2' 'aiofiles' # Exchange the MapBox accessToken vim static/important.js OPENWEATHERMAP_API_KEY=your-openweathermap-api-key uvicorn important:app --port 8080 # Confer with http://localhost: 8080
Cloud Fade
Deploy toexport PROJECT=your-gcloud-mission gcloud builds publish --trace gcr.io/$(PROJECT)/whereto:newest . --mission $(PROJECT) gcloud beta whisk deploy whereto --image gcr.io/$(PROJECT)/whereto:newest --mission $(PROJECT) --region your-region --platform managed --allow-unauthenticated --concurrency 30 --timeout 30 --memory 512Mi --quandary-env-vars=OPENWEATHERMAP_API_KEY=your-openweathermap-api-key