Skip to content

A React web app which can display a five day weather forecast based upon Metaweather API

Notifications You must be signed in to change notification settings

nphivu414/weather-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Web App

A web app which can display a five day weather forecast based upon Metaweather API.

Built With

Install dependencies

yarn install

How to start

  1. Start back-end API
    yarn start-server
  2. Start React app and open http://localhost:3000 to view it in the browser
    yarn start-client

Other available scripts

Launches the React app's test runner in the interactive watch mode.

yarn test-client

Builds the React app for production to the build folder in packages/client.

 yarn build-client

Issues

If you get this error code "UNABLE_TO_GET_ISSUER_CERT_LOCALLY" when running the back-end API, please add this line to your terminal environment (~/.bashrc, ~/.zshrc, or equivalent), then restart your terminal and run "yarn start-server" to start the back-end API again.

  export NODE_TLS_REJECT_UNAUTHORIZED = 0

About

A React web app which can display a five day weather forecast based upon Metaweather API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published