Skip to content

Chrome extension that fetches the current weather using React/MobX

Notifications You must be signed in to change notification settings

BC-KCarr/weather-app-chrome-extenstion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

Weather App Chrome Extension consuming the http://api.openweathermap.org API

Table of contents

General info

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

Technologies

  • Reactjs
  • MobX
  • React-Bootstrap

Setup

After getting api key from http://api.openweathermap.org run

npm install

then run

npm run build

load build folder into chrome

Features

  • 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

About

Chrome extension that fetches the current weather using React/MobX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published