biker

0.0.0 • Public • Published

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);
    });

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i biker

      Weekly Downloads

      2

      Version

      0.0.0

      License

      MIT

      Unpacked Size

      1.86 kB

      Total Files

      3

      Last publish

      Collaborators

      • b1i