Skip to content

BerryTrucks/snooby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snooby

Snooby is a Blackberry 10 Reddit client developed by Amos Chan. Currently, Snooby is allows you to vote, comment and check your mail.

Development

The BerryTrucks version of Snooby has been ported to WebWorks 2.

To build:

  1. Install the WebWorks 2 SDK
  2. Create a new project in WebWorks
  3. Replace config.xml and the www directory with the contents of this repository (or symlink them in)
  4. Add the cordova plugins as per config.xml:
cd projectDir
webworks plugin add com.blackberry.app
(etc.)

See also