0.0.4 • Published 6 years ago

gh-star-repos v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

gh-star-repos Build Status

:octocat: Github user repo by star

Install

$ npm install gh-star-repos

Usage

const ghStarRepos = require('gh-star-repos');

ghStarRepos('progrmoiz').then(repos => {
	repos.forEach(repo => {
		// repo object: https://api.github.com/users/:user/repos single item
		console.log(repo.name, repo.stargazers_count);
	});
	// python-snippets 172
	// simple-blockchain-implementation 3
	// wiki-viewer 2
	// knockoutjs-twitch-status 2
	// more item...
});

API

ghStarRepos(username, opts)

username

Type: string

opts

token

Type: string Default: ''

order

Type: string Posible Values: 'DESC'|'ASC' Default: 'DESC'

License

MIT © Moiz

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago