1.0.2 • Published 3 years ago

repoli v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

repoli

repoli is a package for listing repositories of a github profile with customization

Install

npm i repoli --save

Usage

// import repoli to your javascript file
const repoli = require("repoli");

// use repoli like so:
// repoli(1,2,3)
    1 - ID of div where HTML of repos will appear
    2 - GitHub username of profile with repos
    3 - Simple CSS styling (default: true)

repoli("repoli-div", "c1tizen", true);

repoli demo