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
- Host: GitHub
- URL: https://github.com/donaldkibet/ng-weather
- Owner: donaldkibet
- Created: 2019-06-24T12:50:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:40:47.000Z (over 3 years ago)
- Last Synced: 2025-02-01T17:14:33.271Z (over 1 year ago)
- Topics: angular, typescript, weather-app
- Language: TypeScript
- Homepage: https://ng-weather-two.vercel.app/home
- Size: 2.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/donaldkibet/ng-weather)
[](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.