backend: Ajout de la fonction weatherRequest + Hotfix: armstrongNumber → NaN

This commit is contained in:
Divlo
2020-03-17 19:37:45 +01:00
parent fd3224ee42
commit 27d6531a98
8 changed files with 61 additions and 3 deletions

View File

@ -1,5 +1,6 @@
const config = {
PORT: process.env.PORT || 8080
PORT: process.env.PORT || 8080,
WEATHER_API_KEY: process.env.OpenWeatherMap_API_KEY
};
module.exports = config;