Skip to content

mrkirchner/weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

Prerequisites

  • Node v12+
  • Yarn
  • OpenWeatherApp Api Key
    create a free account on OpenWeather to get an API key

Install Dependencies

yarn

Install all dependencies of Application

Api

Add .env

OPEN_WEATHER_API_KEY='KEY'

yarn start

Runs the app in the development mode.
GraphQL Playground available at http://localhost:4000

UI

Add .env

REACT_APP_GRAPHQL_API='http://localhost:4000'

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published