diff --git a/weatherapp/openweather.js b/weatherapp/openweather.js index 78ee5ec..2dae023 100644 --- a/weatherapp/openweather.js +++ b/weatherapp/openweather.js @@ -22,4 +22,7 @@ function success(response) { function error(err) { console.log(JSON.stringify(err.response.data, null, 2)); -} \ No newline at end of file +} + + +var student = "Eder is #1" \ No newline at end of file