/backpack

Pocket's open source clone

Primary LanguageJavaScriptMIT LicenseMIT

Backpack

##Requisites Backpack works with ES6 generators and Node.js v0.11.13. This means that the project it's unstable by the moment.

You can easily install Node.js v0.11.13 (this version is the one that supports ES6 generators) with n, the node version manager built by Visionmedia.

##Installation Install Node.js modules running:

$ npm install

##Usage To run the project use the following command, the -harmony flag will enable most of the ES6 experimental features.

$ node -harmony src/main.js