vladyslavnUA / subtl

a weather app using OpenWeatherMap API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

subtl

a weather app using OpenWeatherMap API

how to use

git clone (this repo url)
pip3 install (each one of these):

  • flask
  • request
  • requests
  • json

Run

to run, type python3 app.py
type in your city name, and your mood in the terminal

Then

navigate to your localhost
then http://127.0.0.1:5000/weather to get your weather report

About

a weather app using OpenWeatherMap API


Languages

Language:Python 81.1%Language:HTML 18.9%