Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parzibyte/app_clima_angular
Aplicación en Angular para mostrar el clima usando API
https://github.com/parzibyte/app_clima_angular
angular api bootstrap clima example-app location weather
Last synced: about 2 months ago
JSON representation
Aplicación en Angular para mostrar el clima usando API
- Host: GitHub
- URL: https://github.com/parzibyte/app_clima_angular
- Owner: parzibyte
- License: gpl-3.0
- Created: 2020-06-27T21:10:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T07:05:02.000Z (over 1 year ago)
- Last Synced: 2024-01-29T03:42:30.920Z (12 months ago)
- Topics: angular, api, bootstrap, clima, example-app, location, weather
- Language: TypeScript
- Homepage: https://parzibyte.me/blog/2020/06/27/angular-aplicacion-clima-api/
- Size: 1.42 MB
- Stars: 2
- Watchers: 1
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Consumir API de clima con Angular
Proyecto con Angular para consumir API de clima dependiendo de la ubicación del usuario.
[![Clima con Angular - App que consume API](https://parzibyte.me/blog/wp-content/uploads/2020/06/Clima-con-Angular-App-que-consume-API.png)](https://parzibyte.me/blog/wp-content/uploads/2020/06/Clima-con-Angular-App-que-consume-API.png)Clima con Angular – App que consume API
# Tutorial
Aquí: [https://parzibyte.me/blog/2020/06/27/angular-aplicacion-clima-api/](https://parzibyte.me/blog/2020/06/27/angular-aplicacion-clima-api/)# Créditos
```
Programado por Luis Cabrera Benito
____ _____ _ _ _
| _ \ | __ \ (_) | | |
| |_) |_ _ | |__) |_ _ _ __ _____| |__ _ _| |_ ___
| _ <| | | | | ___/ _` | '__|_ / | '_ \| | | | __/ _ \
| |_) | |_| | | | | (_| | | / /| | |_) | |_| | || __/
|____/ \__, | |_| \__,_|_| /___|_|_.__/ \__, |\__\___|
__/ | __/ |
|___/ |___/
Blog: https://parzibyte.me/blog
Ayuda: https://parzibyte.me/blog/contrataciones-ayuda/
Contacto: https://parzibyte.me/blog/contacto/
```# Imágenes
cloudy: Icons made by [Freepik](https://www.flaticon.com/authors/freepik "Freepik") from [www.flaticon.com](https://www.flaticon.com/ "Flaticon")
clear: Icons made by [Good Ware](https://www.flaticon.com/authors/good-ware "Good Ware") from [www.flaticon.com](https://www.flaticon.com/ "Flaticon")
ishower,oshower: Icons made by [Freepik](https://www.flaticon.com/authors/freepik "Freepik") from [www.flaticon.com](https://www.flaticon.com/ "Flaticon")
mcloudy: Icons made by [srip](https://www.flaticon.com/authors/srip "srip") from [www.flaticon.com](https://www.flaticon.com/ "Flaticon")
rain: Icons made by [DinosoftLabs](https://www.flaticon.com/authors/dinosoftlabs "DinosoftLabs") from [www.flaticon.com](https://www.flaticon.com/ "Flaticon")
snow: Icons made by [Freepik](https://www.flaticon.com/authors/freepik "Freepik") from [www.flaticon.com](https://www.flaticon.com/ "Flaticon")
tsrain: Icons made by [Freepik](https://www.flaticon.com/authors/freepik "Freepik") from [www.flaticon.com](https://www.flaticon.com/ "Flaticon")
ts: Icons made by [Freepik](https://www.flaticon.com/authors/freepik "Freepik") from [www.flaticon.com](https://www.flaticon.com/ "Flaticon")# Clima
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.6.
## 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. Use the `--prod` flag for a production build.
## 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 [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).