Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 465 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 465 Bytes

weather-forecast

Weather forecasting app built using https://www.metaweather.com/ API.

In order to run the app locally, run these commands:

yarn install
yarn start

IMPORTANT

Due to the API's CORS policy, a proxy server had to be used to run this app locally.

Go to https://cors-anywhere.herokuapp.com/corsdemo and click "Request temporary access to the demo server" before running the app. Please note that it will only work for a limited time.