Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 495 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 495 Bytes

Weather

A small project to tinker with a JavaScript frontend stack:

The application loads data from the Wunderground API. In order to try it out you need to obtain a (free) api key there.

How to run

  • Insert your wunderground API key into src/epics/index.js
  • yarn install
  • yarn start