is-hireable

1.1.0 • Public • Published

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 ©

Package Sidebar

Install

npm i is-hireable

Weekly Downloads

3

Version

1.1.0

License

MIT

Unpacked Size

3.39 kB

Total Files

5

Last publish

Collaborators

  • hemanth