eeyore

3.0.0 • Public • Published

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 💀

Retrieve your (or someone else's) pinned Github repos!

Build Status js-standard-style

Installation 💀

# npm 
npm i eeyore
 
# yarn 
yarn add eeyore

Usage 💀

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

MIT © Andrew Sosa

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-change)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-change)
  5. Create new Pull Request

Package Sidebar

Install

npm i eeyore

Weekly Downloads

9

Version

3.0.0

License

MIT

Unpacked Size

6.56 kB

Total Files

9

Last publish

Collaborators

  • andrewsosa