Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 884 Bytes

README.md

File metadata and controls

55 lines (36 loc) · 884 Bytes

Weather app

Prerequisites

Packages

The project officially uses Yarn, however you can use whichever package manager you like. Install as follows:

NPM

npm i

Yarn

yarn

Weather API

  1. Sign up to the Weather API
  2. Verify email address
  3. Login
  4. Copy API key at top of authenticated home page

Environment

  • You need a .env file containing configuration, as follows:
    REACT_APP_WEATHER_API_KEY = {{YOUR_WEATHER_KEY}}
    where {{YOUR_WEATHER_KEY}} is your api key for WeatherAPI.
  • Alternatively, just set the environment variable when needed.

Starting the application locally

NPM

npm run start

Yarn

yarn start

Credit

Built by Jacob ([email protected])

Minor amendments by Joe ([email protected])