This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| <script id="jsbin-javascript"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * API for TurzoBot | |
| */ | |
| var turzoBotSheet = "1nQG27jGfE7vlcezMyHUBK5zfwHe4e5O1JfvAP54l2_M"; | |
| function doGet(e) { | |
| // get parameter to understand what to return. To be used in a future version | |
| var input = e.parameter.input; |