From 0863117ee4275999646df8d59c927630380b9181 Mon Sep 17 00:00:00 2001 From: Eder Canada Date: Sat, 14 Sep 2019 10:03:06 -0700 Subject: [PATCH] student --- weatherapp/openweather.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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