An open API service indexing awesome lists of open source software.

https://github.com/ehsanmajd/weather-extension


https://github.com/ehsanmajd/weather-extension

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

          

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Weather extension

It is a Google Chrome and Mozila Firefox weather extension. It provides the current weather based on the user's geolocation.

## Installation

In the project directory, you should run:

### `npm run build`

This will create a directory named `build`.

Open [chrome extensions](chrome://extensions/) page.

Click on `Load Unpacked` button and select the `build` directory.

A sun icon will be appeared on the menu.

## Development

### `npm run test`

Launches the test runner in the interactive watch mode.

See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run start`

Runs the app in the development mode.
Open [http://localhost:3000] to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.