Skip to content

An example of our in-house weather app for our technical challenge reviews.

License

Notifications You must be signed in to change notification settings

element-softworks/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (jacob@and-element.com)

Minor amendments by Joe (joe@and-element.com)

About

An example of our in-house weather app for our technical challenge reviews.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published