Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 837 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 837 Bytes

Weather

screencapture-localhost-4200-2024-02-27-13_22_05

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'

This project was generated with Angular CLI version 15.2.10.