Skip to content

brohb/haisky

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haisky Netlify Status

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

Features

  • Geolocation of client through browser

  • Geopopulation of inputs through react-geosuggest

  • Displays current weather information [Temperature in °C/°F]

  • Weather optional refresh due to max # of API calls allowed

  • Cool alerts configuration through react-alert

  • SVG based preloader

  • Responsive and Mobile friendly

Development

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

License

  • ISC

Releases

No releases published

Packages

No packages published

Languages

  • CSS 40.1%
  • JavaScript 37.1%
  • HTML 22.8%