1.0.0 • Published 4 years ago
guls v1.0.0
GULS
Github User Language Statistics (GULS) is a low-weight node module that gets an array of all the languages a github user has used.
Getting Started
To install GULS with npm run:
npm i gulsor clone this repo with git.
Usage
const guls = require('guls');
let languages = await guls('YOUR_NAME');
console.log(languages);1.0.0
4 years ago