Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luiggi-piero/weatherapp
- Owner: Luiggi-piero
- Created: 2024-02-27T18:41:23.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-28T03:42:43.000Z (10 months ago)
- Last Synced: 2024-10-24T17:48:03.874Z (about 2 months ago)
- Topics: angular, css, html, open-weather
- Language: TypeScript
- Homepage: https://weather-vivo.netlify.app/
- Size: 289 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.