Skip to content

umaryusuf11/guls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Gets languages used by a github user

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published