Haisky is a web application built with the React framework, openweathermap API and Google Map's Places, Geocoding and Maps JS API
A running demo of the app can be found here at - haisky
-
Geolocation of client through browser
-
Geopopulation of inputs through react-geosuggest
-
Displays current weather information [Temperature in °C/°F]
-
SVG based preloader
-
Responsive and Mobile friendly
Want to run this locally? You will need API keys from openweathermap and Google. API specifics are below the title
git clone https://github.com/nchulani2/haisky
cd haisky
npm install
npm start
open http://localhost:3000
- ISC