eeyore
v3.0.0
Published
Retrieve your (or someone else's) pinned Github repos!
Downloads
16
Maintainers
Readme
This package no longer works.
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.
~~Eeyore.js~~ RIP :skull:
~~Retrieve your (or someone else's) pinned Github repos!~~
~~Installation~~ :skull:
# npm
npm i eeyore
# yarn
yarn add eeyore
~~Usage~~ :skull:
var eeyore = require('eeyore');
eeyore('<github_username>').then(repos => {
// repos = [ ... ]
});
Example
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 } ]
*/
License
Contributing
- 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