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

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

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.