Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 909 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 909 Bytes

Welcome to React AccuWeather

DEMO: https://frolicking-brigadeiros-23a6a5.netlify.app/

Video: https://i.imgur.com/cwe95tr.mp4

Overview

A React app that consumes AccuWeather's API.

Boilerplate: Typescript, React Hooks, Context API, styled-components, react-select, bootstrap.

Env Variables

.env with the following is required (see .env.development.sample):

REACT_APP_BASE_URL=http://dataservice.accuweather.com/

REACT_APP_AW_APIKEY=yourkeygoeshere

Installation

In the project directory, you can run:

npm install and then npm start

API Limitations

Please note that the API has a rate limit of 50 calls per day for free accounts.

React AccuWeather