0.1.0 • Published 9 years ago

erdblock-github v0.1.0

Weekly downloads
3
License
-
Repository
-
Last release
9 years ago

erdblock-github

Description

Links your GitHub account statics (Repos count, Followers, Gists, Popular Repos)

Config

NameDescriptionValues
username Github Usernamejanniklorenz
reposCountThe number of repos to show, ordered by stars 3

Example

var github = require("erdblock-github")()
github.locals.config.username.setValue("janniklorenz")
github.locals.config.reposCount.setValue("3")
erdblock.addPlugin(github)