Socket
Book a DemoInstallSign in
Socket

is-hireable

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-hireable

Can I hire this github user?

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

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 ©

Keywords

github

FAQs

Package last updated on 20 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts