Github User Language Statistics (GULS) is a low-weight node module that gets an array of all the languages a github user has used.
To install GULS with npm run:
npm i guls
or clone this repo with git.
const guls = require('guls');
let languages = await guls('YOUR_NAME');
console.log(languages);