0.0.0 • Published 6 years ago

scrp v0.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

scrp Build Status

Easily extract info from websites

Install

$ npm install --save scrp

Usage

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

0.0.0

6 years ago