Weather App Chrome Extension consuming the http://api.openweathermap.org API
Simple Chrome plugin that gives easy access to the current weather and 5 day forecast based on a typed location using the http://api.openweathermap.org API. I created this project for the purpose of learning how to work within the chrome extension network
- Reactjs
- MobX
- React-Bootstrap
After getting api key from http://api.openweathermap.org run
npm install
then run
npm run build
load build folder into chrome
- Shows current weather
- 5 day forecast
- avaliable on any site on the web
To-do list:
- Add more information to current weather like air pressure, wind speed ect..
- Improve UX