If you do make some modules, please issue me with a pull request for EspruinoDocs - I'm trying to build up the library. The API may change slightly soon so that we can be relatively compatible with Firmata + Tessel and use their drivers (hence the use of the 'hardware' module).
There's also going to be something added to the Web UI that will allow you to do something like 'npm install' even if your board isn't itself connected to the net.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
We're still adding CC3000 support - so some code is in there but it's not working yet.
Espruino does have modules - you put them on the SD card in the node_modules dir and they work like this:
https://github.com/espruino/EspruinoDocs/blob/master/devices/DS18B20.js
If you do make some modules, please issue me with a pull request for EspruinoDocs - I'm trying to build up the library. The API may change slightly soon so that we can be relatively compatible with Firmata + Tessel and use their drivers (hence the use of the 'hardware' module).
There's also going to be something added to the Web UI that will allow you to do something like 'npm install' even if your board isn't itself connected to the net.