3.0.0 • Published 4 years ago

eeyore v3.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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!

Build Status js-standard-style

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

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
3.0.0

4 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago