lorepirri / open-weather-map-proxy

OpenWeatherMapProxy is a simple proxy for the Open Weather Map: client can use it with no need to expose its appid key, which should be kept private. I originally coded it to be able to finish a freeCodeCamp challenge (Show Local Weather). If it is useful to you as well, STAR it please!
MIT License
1 stars 0 forks source link

Verify that the variable appID is hidden to the client #3

Open lorepirri opened 7 years ago

lorepirri commented 7 years ago

http://stackoverflow.com/questions/31577210/read-apps-script-output-variable-in-web-app-without-the-html-printing-that-varia

https://developers.google.com/apps-script/guides/html/communication#private_functions

lorepirri commented 7 years ago

does the Content Service run server side? or it is something which is executed, therefore available, on the client?