vveather

A React weather app

Stars
12

VVeather

A React app that gets you the weather.

To Download and Install

git clone https://github.com/cassidoo/vveather.git
npm install

You'll also need a Dark Sky API Key to run the project. Once you have your key, save it in an .env file in the root of the project like so:

REACT_APP_DARK_SKY_KEY=yourkeyhere

To Run

This runs the app in development mode on localhost:3000.

npm start

To Test

npm test

To Build

npm run build

Credits

Thanks so much to:

  • ZipLocate for providing an API to convert zip
    codes to Latitude and Longitude!
  • crossorigin.me for being my trusty CORS proxy to
    keep it all in the front end!
  • Hanna Jung for the icon
    freebies that I used (and modified slightly) in the app!
  • Dark Sky for the weather API!