Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node package #10

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Node package #10

wants to merge 10 commits into from

Conversation

aron-bordin
Copy link
Member

PR Overview

This PR adds the node package helper.

@codecov-io
Copy link

codecov-io commented Jul 14, 2016

Current coverage is 88.21% (diff: 100%)

Merging #10 into master will not change coverage

@@             master        #10   diff @@
==========================================
  Files            11         11          
  Lines           246        246          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            217        217          
  Misses           29         29          
  Partials          0          0          

Powered by Codecov. Last update e3f8e33...5777995

@aron-bordin aron-bordin changed the title [WIP] Node package Node package Jul 20, 2016
@aron-bordin
Copy link
Member Author

aron-bordin commented Jul 20, 2016

This PR is ready to be reviewed.
This adds the Node.js Scrapy Streaming package.

Installing

Navigate to the scrapy-streaming/helpers/nodejs folder and type:

sudo npm install . -g

and then you can load it using:

node
> var scrapy = require('scrapystreaming');

Examples

You can find some examples at #4

Docs

You can read the docs at #7 , and here: http://gsoc2016.readthedocs.io/en/latest/js_node.html

cc: @eLRuLL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants