testgitdata
v2.0.2
Published
Get the data from a selected github user name, like repository name and likes and description of repository etc, possible to by using this packages
Downloads
2
Maintainers
Readme
Get the data from a selected github user name, like repository name and likes and description of repository etc, possible to by using this packages
const fs = require('./index'); fs.getusername('username').then(val => console.log(val));
pass the data like username above