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
- Host: GitHub
- URL: https://github.com/oss/rudash
- Owner: oss
- License: other
- Created: 2013-08-28T18:40:17.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-29T21:06:40.000Z (almost 13 years ago)
- Last Synced: 2025-02-08T10:21:15.499Z (over 1 year ago)
- Language: Objective-C
- Size: 184 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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