0.0.2 • Published 10 years ago

node-qiubai v0.0.2

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

Copyright (c) 2013 YunJiang.Fang contributors (listed above).

node-qiubai

use jsdom and node-webkit to read qiubai

Source Install / Manual Compilation

To compile from source it's easiest to use nw-gyp:

use npm

$ mkdir node_modules
$ npm install node-qiubai
$ cd node_modules
$ pushd .
$ cd node_modules/jsdom/node_modules/contextify
$ nw-gyp rebuild
$ popd
$ nw .

use github

$ git clone git://github.com/fov42550564/node-qiubai.git
$ cd node-qiubai
$ mkdir node_modules
$ npm install jsdom
$ pushd .
$ cd node_modules/jsdom/node_modules/contextify
$ nw-gyp rebuild
$ popd
$ nw .
0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago