scrp
v0.0.0
Published
Easily extract data from websites
Downloads
3
Readme
scrp 
Easily extract info from websites
Install
$ npm install --save scrpUsage
const fetchContent = require('fetch-content');
fetchContent('unicorns');
//=> 'unicorns & rainbows'API
fetchContent(input, [options])
input
Type: string
Lorem ipsum.
options
foo
Type: boolean
Default: false
Lorem ipsum.
License
MIT © Ashik Nesin
