1.0.0 • Published 2 years ago

@i-scrapper/npm.js v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm.js

Scrape npm.js website using open API and npm.js window.context data

Issues Stars MIT License

Table Of Contents

Installation

npm install npm.js

Usage

const iNpm = require("@i-scrapper/npm.js");

// iNpm object exported
console.log(iNpm);

// iNpm call a function
iNpm.user("i-scrapper")
    .then((data) => {
        console.log(data);
    })
    .catch(console.error);

// view content of iNpm function
console.log(iNpm.user.toString());

Built With

  • JavaScript
  • Node.js

Support

+ dont forget to star <3
! contribute to this project! ~~~
- please add issue if you having problem with installation

! github: https://github.com/i-scrapper/npm.js