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

https://github.com/denilsonssj/jw-weather

Angular app to get current and forecast weather by city.
https://github.com/denilsonssj/jw-weather

angular html javascript material ngrx rxjs scss typescript

Last synced: 3 months ago
JSON representation

Angular app to get current and forecast weather by city.

Awesome Lists containing this project

README

          

# Jv Weather

## Getting started

### Download

```
$ git clone https://github.com/denilsonssj/jw-weather.git
```
### Install

Using npm:

```
$ npm install
```

Using yarn:

```
$ yarn
```

### Enviroment variables

Create a **.env** file inside root folder and copy values from **.env.example** and replace. The example below...

```
OPEN_WEATHER_API_KEY=abc123
```

### Running the project

Using npm:

```
$ npm run start
```

Using yarn:

```
$ yarn start
```

## Demo

The demo project can be viewed at this [here](https://jw-weather-denilsonssj.vercel.app/).

## License

[MIT](https://github.com/denilsonssj/jw-weather/blob/main/LICENSE)