Socket
Socket
Sign inDemoInstall

node-qiubai

Package Overview
Dependencies
101
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-qiubai

use jsdom and node-webkit read qiubai


Version published
Weekly downloads
1
Maintainers
1
Install size
7.19 MB
Created
Weekly downloads
 

Readme

Source

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 node-qiubai

use npm in global

$ sudo npm install node-qiubai -g
$ cd $NODE_PATH
$ cd node_modules/jsdom/node_modules/contextify
$ sudo nw-gyp rebuild
$ cd ~
$ nw `node -e "require('node-mqiubai')"`

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 .

Keywords

FAQs

Last updated on 20 Dec 2013

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc