Snooby is a Blackberry 10 Reddit client developed by Amos Chan. Currently, Snooby is allows you to vote, comment and check your mail.
The BerryTrucks version of Snooby has been ported to WebWorks 2.
To build:
- Install the WebWorks 2 SDK
- Create a new project in WebWorks
- Replace
config.xml
and thewww
directory with the contents of this repository (or symlink them in) - Add the cordova plugins as per
config.xml
:
cd projectDir
webworks plugin add com.blackberry.app
(etc.)
- Original repository