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 version 15.2.10.