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.
- Host: GitHub
- URL: https://github.com/denilsonssj/jw-weather
- Owner: denilsonssj
- License: mit
- Created: 2021-09-26T23:41:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-16T20:04:01.000Z (over 4 years ago)
- Last Synced: 2025-07-10T03:24:35.559Z (12 months ago)
- Topics: angular, html, javascript, material, ngrx, rxjs, scss, typescript
- Language: TypeScript
- Homepage: https://jw-weather-denilsonssj.vercel.app/
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)