Skip to content

mayk93/OpenWeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenWeatherApp

A simple weather app that uses the open weather map API. Build with React.js and Hug.py.

Demo

Open weather app

You can check out my other projects here

Build instructions:

After cloning the repository, go into the repository roo. Use pwd and make sure your path is .../OpenWeatherApp. Now, do this:


Frontend:

From the repository root:

  1. cd frontend
  2. yarn install
  3. yarn start


Backend:

From the repository root:

  1. cd backend
  2. virtualenv backend_env -p /usr/local/bin/python3
    Note: Your python3 path might be different. Use a python3 path as hug.py is not compatible with python2.
  3. source backend_env/bin/activate
  4. hug -f api_server.py

About

A simple app that uses the open weather API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published