Skip to content

i-scrapper/npm.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

npm.js - i-scrapper (www.npmjs.com)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published