Subject: Making a virtual machine in Google Sheets

Issue: #18
This commit is contained in:
Alexander Ivanov
2018-03-02 11:49:29 +03:00
parent f54f862c95
commit 3ab2ab744e

View File

@@ -3,6 +3,7 @@
- [Resources](#resources)
- [Useful sites & blogs](#useful-sites--blogs)
- [Awesome code & things](#awesome-code--things)
- [Development](#development)
- [Libraries & Modules](#libraries--modules)
- [Using databases](#using-databases)
@@ -34,6 +35,9 @@
* [andrewroberts.net](http://www.andrewroberts.net) The Andrew Roberts's site
* [kutil.org](http://www.kutil.org/search/label/google%20apps%20script) The `google apps script` tag of Ivan Kutil's blog
### Awesome code & things
* [Making a virtual machine in Google Sheets](http://briansteffens.com/2017/07/03/google-sheets-virtual-machine.html)
## Development
* [node-google-apps-script](https://github.com/danthareja/node-google-apps-script) [![GitHub stars](https://img.shields.io/github/stars/danthareja/node-google-apps-script.svg?style=social&label=Star)](https://github.com/danthareja/node-google-apps-script) The easiest way to develop Google Apps Script projects
* [gas-local](https://github.com/mzagorny/gas-local) [![GitHub stars](https://img.shields.io/github/stars/mzagorny/gas-local.svg?style=social&label=Star)](https://github.com/mzagorny/gas-local) Execute and test your google app scripts locally in node.js