https://github.com/ehsanmajd/weather-extension
https://github.com/ehsanmajd/weather-extension
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ehsanmajd/weather-extension
- Owner: ehsanmajd
- Created: 2019-12-07T18:04:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-08T07:13:33.000Z (over 6 years ago)
- Last Synced: 2025-02-23T06:44:15.361Z (over 1 year ago)
- Language: TypeScript
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.