A basic Node/React weather app built with Google Geocoding API & Dark Sky API.
For a local copy, clone the repo and from the command line: yarn install && yarn run dev-server
(or use npm). You'll also need to run: yarn start
from a separate command prompt to begin the Express server.
(The UI will come up but there will be no functionality. If you want to run it yourself, create a config.json file in the server/config folder with respective GOOGLE_MAPS_API_KEY and DARK_SKY_API_KEY keys)
- Up-to-the-second weather for any given location.
skyguy is a swift, sleek weather app that utilizes:
- Google's Geolocation API
- Dark Sky API
- Facebook's React
- A very simple Express server for hosting on Heroku