guls
v1.0.0
Published
Gets languages used by a github user
Downloads
1
Readme
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 guls
or clone this repo with git.
Usage
const guls = require('guls');
let languages = await guls('YOUR_NAME');
console.log(languages);