An open API service indexing awesome lists of open source software.

https://github.com/oss/rudash

titanium launcher view module
https://github.com/oss/rudash

Last synced: about 1 year ago
JSON representation

titanium launcher view module

Awesome Lists containing this project

README

          

# rudash

It's the Titanium Dashboard / three 20 launcher wrapper code pulled out and
dropped into a module. Use it like the standard dashboard view:

```javascript

var RuDash = require('edu.rutgers.dash');

var dashboard = RuDash.createDashboardView();
// etc

```

# LICENSE

Apache 2 since that's what Ti is under