Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 423 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 423 Bytes

A Simple Weather App Just For fun

Installation

git clone https://github.com/ralphmensah/weather.git
cd weather
$ pip3 install -r requirements.txt

Usage

Type python3 app.py to start flask server.

In browser type: ip_address:<port> - localhost:5000

NB: replace config.api_key with api key.