Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simoneas02/react-weather
โ๐คโ
A simple application to search the weather in your city ๐ฆโ๐งโ
https://github.com/simoneas02/react-weather
Last synced: 20 days ago
JSON representation
โ๐คโ A simple application to search the weather in your city ๐ฆโ๐งโ
- Host: GitHub
- URL: https://github.com/simoneas02/react-weather
- Owner: simoneas02
- License: mit
- Created: 2018-01-14T20:31:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T15:42:05.000Z (over 5 years ago)
- Last Synced: 2024-04-14T08:48:37.422Z (9 months ago)
- Language: JavaScript
- Size: 86.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React Weather
> โ๐คโ ๐ฅ A simple application to search the weather in your city ๐ฆโ๐งโ
## Run the project local
**0 -** install the basic dependencies
- [NodeJS](https://nodejs.org/en/)
**1 -** Clone the project and install the dependencies:
```sh
$ git clone https://github.com/simoneas02/react-weather
$ cd react-weather/
$ yarn
```**2 -** Start development mode:
```sh
$ yarn start
```Go to: [localhost:8080](http://localhost:8080)
## Automatic Tasks
- `$ yarn start`: Watch the files to build and start a static server.
- `$ yarn build`: Compile and minify public/bundle.js.## Contributing
Find on our [issues](https://github.com/simoneas02/react-weather/issues/) the next steps of the project ;)
Want to contribute? [Follow these recommendations](https://github.com/simoneas02/react-weather/blob/master/CONTRIBUTING.md).## History
See [Releases](https://github.com/simoneas02/react-weather/releases) for detailed changelog.
## License
[MIT License](https://github.com/simoneas02/react-weather/blob/master/LICENSE.md) ยฉ [Simone Amorim](https://simoneas02.github.io)