https://github.com/aliwarraich007/weather-widget-app-angular
Weather-Widget-app
https://github.com/aliwarraich007/weather-widget-app-angular
angular ngrx
Last synced: about 2 months ago
JSON representation
Weather-Widget-app
- Host: GitHub
- URL: https://github.com/aliwarraich007/weather-widget-app-angular
- Owner: aliwarraich007
- Created: 2023-08-31T14:17:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T22:49:30.000Z (almost 3 years ago)
- Last Synced: 2025-07-07T00:09:57.339Z (12 months ago)
- Topics: angular, ngrx
- Language: TypeScript
- Homepage: https://boisterous-nasturtium-328590.netlify.app/
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To run the tests:
-
ng test --include ./src/app/services/api/weather.api.service.spec.ts
-
ng test --include ./src/app/services/api/pipe.spec.ts
To login:
just press the login button, I've given default username password to the feilds already.
Usage flow:
-
After logging in, the system will ask to use your current location to fetch weather details, however if you do not allow, default location values will be used.
-
You can search for any city with valid name, if it exists, the system will fetch current weather for that city, however if it's invalid, an error message will be displayed.
-
Deployment link is in the repositery about section.