Github changed the markup for the profile's pinned repos. This package no longer works. No Version Works. Do Not Use This.
I've removed all package dependencies for extra security in case anyone installs this for any reason.
Retrieve your (or someone else's) pinned Github repos!
# npm
npm i eeyore
# yarn
yarn add eeyore
var eeyore = require('eeyore');
eeyore('<github_username>').then(repos => {
// repos = [ ... ]
});
eeyore('andrewsosa').then(console.log)
/*
[ { repo: 'Contest-Server',
owner: 'FSU-ACM',
description: 'Flask suite for running Fall/Spring Programming Contests',
language: 'Python',
color: '#3572A5',
stars: '1',
forks: '1',
origin: undefined },
{ repo: 'hackfsu_com',
...
origin: undefined } ]
*/
- Fork it
- Create your feature branch (
git checkout -b my-change
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-change
) - Create new Pull Request