DEMO: https://frolicking-brigadeiros-23a6a5.netlify.app/
Video: https://i.imgur.com/cwe95tr.mp4
A React app that consumes AccuWeather's API.
Boilerplate: Typescript, React Hooks, Context API, styled-components, react-select, bootstrap.
.env with the following is required (see .env.development.sample):
REACT_APP_BASE_URL=http://dataservice.accuweather.com/
REACT_APP_AW_APIKEY=yourkeygoeshere
In the project directory, you can run:
Please note that the API has a rate limit of 50 calls per day for free accounts.