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

https://github.com/donaldkibet/ng-weather

A simple weather application, to get going with Angular
https://github.com/donaldkibet/ng-weather

angular typescript weather-app

Last synced: 2 months ago
JSON representation

A simple weather application, to get going with Angular

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/donaldkibet/ng-weather.svg?branch=master)](https://travis-ci.org/donaldkibet/ng-weather)
[![Coverage Status](https://coveralls.io/repos/github/donaldkibet/ng-weather/badge.svg?branch=master)](https://coveralls.io/github/donaldkibet/ng-weather?branch=master)
# NgWeather

This is a project to display the current and five day weather forecast of a select city. By default `Eldoret` is the default city. Implemented using
* NodeJS V12.7.0
* Angular 8.0.3

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

### Using docker

1. Run the docker build command to build the image `docker build -t {image-name} .`
2. Spin the container up by running the command `docker run -v ${PWD}:/app -v /app/node_modules -p 4201:4200 --rm {imageName`
3. Navigate to `http://localhost:4200/` to view the running application.