0.0.0 • Published 1 year ago

biker v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

biker

A simple data scraping tool.

npm i biker
const biker = require('biker')
biker.data('https://example.com')
    .then(data => {
        console.log(data);
    }).catch(error => {
        console.log(error);
    });
0.0.0

1 year ago