diff --git a/app/client/start.js b/app/client/start.js index 30e824b..e69de29 100644 --- a/app/client/start.js +++ b/app/client/start.js @@ -1,17 +0,0 @@ -var options = { - location: 40.7127+','+ 74.0059, // New York - unit: 'c', - success: function(weather) { - html = '

' - html += weather.temp+'°'+weather.units.temp+'

'; - html += '