andrewgleave / react-weather

Example React weather app using forecast.io's API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Weather

Example React weather application that uses Forecast.io API and Google Maps for Geocoding.

Build as part of an Intro to React Code Club talk.

Includes server.go, a simple Go-based JSON API to handle geocoding and interfacing with Forecast's API.

Getting started

To get up and running, you'll need to set rootAssetPath to the absolute path of your cloned repo, and replace the placeholder string in forecastURL with your own key.

Usage

Click the location text to show the location search input. Click anywhere on app itself to show an hourly breakdown of the weather for the next 24 hours.

Contributors

License

MIT

About

Example React weather app using forecast.io's API

License:MIT License


Languages

Language:JavaScript 61.1%Language:Go 17.7%Language:CSS 16.7%Language:HTML 4.5%