https://github.com/techfever-soft/wheazy-weather-app
Wheazy is a easy to use forecasting weather & pollution app, for a saved area
https://github.com/techfever-soft/wheazy-weather-app
angular forecasting pollution weather-app
Last synced: 23 days ago
JSON representation
Wheazy is a easy to use forecasting weather & pollution app, for a saved area
- Host: GitHub
- URL: https://github.com/techfever-soft/wheazy-weather-app
- Owner: techfever-soft
- License: gpl-3.0
- Created: 2022-11-16T15:21:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T13:17:03.000Z (over 3 years ago)
- Last Synced: 2025-01-21T09:48:41.866Z (over 1 year ago)
- Topics: angular, forecasting, pollution, weather-app
- Language: TypeScript
- Homepage: https://wheazy.web.app/main
- Size: 502 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wheazy (Wheather app) đ
Provides a friendly interface and actual weather + forecast + air pollution into a dashboard.
You can easily integrate it to your local webserver for a homestation, smart-mirror... for example.
Note: UI Language is in French
## đī¸ [DEMO](https://wheazy.web.app/main)
Please check the about page to view the changelogs and TODO tasks.
## đ ī¸ Install
- (optionnally) Create an API Key for Google Maps then replace it in :
`cd .\wheazy-weather-app\environments\`
at `environment.ts` and `environment.prod.ts`
replace `GMAPS_API_KEY`
- Simply install Node.js on your environment then run :
`cd .\wheazy-weather-app`
`npm install`
`ng serve`
## âšī¸ Info
Feel free to request some features or forking this project.
Please if you like this project, feel free to donate at our [Patreon](https://patreon.com/techfever)
Project created by [TechFever](https://techfever.dev/) team
#
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.18.
## 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.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.