0.0.0 • Published 3 years ago
biker v0.0.0
biker
A simple data scraping tool.
npm i bikerconst biker = require('biker')
biker.data('https://example.com')
.then(data => {
console.log(data);
}).catch(error => {
console.log(error);
});0.0.0
3 years ago