environment |
Type : object
|
Default value : {
production: true,
openWeatherURL: 'https://api.openweathermap.org/data/2.5/',
currentWeatherAPi: 'weather?',
onceCallAPI: 'onecall?',
airPollutionAPI: 'air_pollution?',
iconsApi: 'http://openweathermap.org/img/w/',
openWeatherAPIkey: 'd5d148fa23f7958ae9ad9fa0b2aaf860',
googleKeyNetlify: 'AIzaSyDZ8KVhh1_xdcGreKuhkanR5-KiAt6zoV0',
}
|
environment |
Type : object
|
Default value : {
production: false,
openWeatherURL: 'https://api.openweathermap.org/data/2.5/',
currentWeatherAPi: 'weather?',
onceCallAPI: 'onecall?',
airPollutionAPI: 'air_pollution?',
iconsApi: 'http://openweathermap.org/img/w/',
openWeatherAPIkey: 'd5d148fa23f7958ae9ad9fa0b2aaf860',
googleKeyNetlify: 'AIzaSyDZ8KVhh1_xdcGreKuhkanR5-KiAt6zoV0',
}
|
getGreeting |
Default value : () => cy.get('#header-title')
|