Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luiggi-piero/weatherapp

Aplicación de indicadores climáticos por ciudad usando la api Open Weather
https://github.com/luiggi-piero/weatherapp

angular css html open-weather

Last synced: 16 days ago
JSON representation

Aplicación de indicadores climáticos por ciudad usando la api Open Weather

Awesome Lists containing this project

README

        

# Weather

![screencapture-localhost-4200-2024-02-27-13_22_05](https://github.com/Luiggi-piero/weatherApp/assets/86317658/fe9e4128-cacb-4c86-893f-47693bdaeb9d)

>[!TIP]
> Crear el archivo environment.ts en una carpeta environments con los siguientes datos, usar su propia key
> , crear un objeto environment con las siguientes propiedades:
> * weatherApiBaseUrl: 'https://open-weather13.p.rapidapi.com/city/',
> * XRapidAPIKeyHeaderName: 'X-RapidAPI-Key',
> * XRapidAPIKeyHeaderValue: '080fd7e839msh8ad2d4ef66bd80fp177d04jsn9d971963769c',
> * XRapidAPIHostHeaderName: 'X-RapidAPI-Host',
> * XRapidAPIHostHeaderValue: 'open-weather13.p.rapidapi.com'

> [!NOTE]
> Api Open Weather: https://rapidapi.com/worldapi/api/open-weather13/

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.10.