This commit is contained in:
Martin Donnelly 2018-02-23 11:01:20 +00:00
parent c8106843cc
commit 431682fb0e

View File

@ -4,7 +4,7 @@ const weather = require('openweather-apis');
logger.level = 'debug';
const openWeatherApiKey = process.env.openweatherAPI || '';
const openWeatherApiKey = process.env.openweatherAPI || '936a0ed9eb23b95cf08fc9f693c24264';
weather.setAPPID(openWeatherApiKey);
weather.setLang('en');