1.1.0 • Published 5 years ago

is-hireable v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

is-hireable Build Status

Can I hire this github user?

Install

$ npm install --save is-hireable

Usage

var isHireable = require('is-hireable');

(async () => {
    console.log(await isHireable('hemanth'));
    //=> 👍
})();

API

isHireable(<github_user_name>)

CLI

$ is-hireable
Is github user hireable

Usage
  $ echo <github_user_name> | is-hireable
  $ hireable <github_user_name>

Example
  $ is-heireable hemanth
  👍

  $ echo "passy" | is-hireable
  👎

License

MIT ©

1.1.0

5 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago