1️⃣ My first Flask app
⛅ Built using OpenWeather API
🚀 Hosted on Heroku
❄️ Used Bulma CSS for Front-End
You can Add Muliple Cities, Delete Cities, see their Currnet Weather
requirements.txt
- Flask
- requests
- Flask-SQLAlchemy
- python-dotenv
- gunicorn [for hosting on heroku]