This is a simple weather extension created using React for the browser. Which shows the current weather conditions of your location. It is powered by an API which is updated every time. It has an easy to-use user interface and you don't have to keep looking outside for weather forecasts . Add to your chrome
The following software is required to be installed on your system before you procced:
- Node 8.x
- Npm 3.x
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Type the following commands in the terminal to verify your node and npm are installed.
node -v
npm -v
Now open terminal and clone this github project or download
git clone https://github.com/mrsudarshanrai/Weather-app-extension.git
To run your project in your local machine type this command in terminal
cd Weather-app-extension
npm install
npm start
npm run-script build
After building finishes you will see an extra folder build
. You can now load a build
folder in browser extension as unpacked..