Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lzhudson/weather-app
https://github.com/lzhudson/weather-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lzhudson/weather-app
- Owner: lzhudson
- License: mit
- Created: 2020-02-20T15:28:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:26:17.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T10:00:42.154Z (8 months ago)
- Language: JavaScript
- Size: 1.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather App ⛅
It is a simple application that allows you to access [Open Weather](https://openweathermap.org/api).
## Running Project
1. Clone Repository:
```bash
git clone https://github.com/lzhudson/weather-app.git
```
2. Enter in folder:
```bash
cd weather-app
```
3. Install packages:
```bash
yarn
```
4. Running in mode development:
```bash
yarn dev
```