All Projects → cassidoo → vveather

cassidoo / vveather

Licence: other
A React weather app

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

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!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].