grab-dans-tes-mains
v0.0.9
Published
[![npm version](https://badge.fury.io/js/scrap-dans-tes-mains.svg)](https://badge.fury.io/js/scrap-dans-tes-mains)
Downloads
13
Readme
grab-dans-tes-mains
Install
Yarn is a promising node package manager. We recommend to use it. So first make sure you have a global version of it (https://yarnpkg.com/en/docs/install).
Install the node_modules with
yarn
- Symlink the 'scrap' binary command
yarn symlink
Run locally
- Launch just once a watcher that will transpile your babel src files into vanilla javascript lib files anytime you do change in your src grabber files.
yarn dev
- You can execute a grab run with the following command, for example
grab --url=webhose
Or run directly the node scripts/grab.js file.
Add a new provider
Follow the example given with grab/webhose, and create your own
Don't forget to add a test file in the test folder, and run the test !
yarn test
example
grab --name=climate-feedback-users --mongo=mongodb://localhost:27017/reval --save=true