is-following

Check if a user is following another on GitHub.


Keywords
github, follow
License
MIT
Install
npm install is-following@0.1.0

Documentation


is-following could check
if a user is following another on GitHub..

NPM version NPM downloads Build Status

preview

Install

$ npm install -g is-following

Usage

$ is-following tj sindresorhus
# Oops... tj is not following sindresorhus.

API

$ npm install --save is-following

Usage

const isFollowing = require('is-following')

isFollowing('user', 'targetUser')
  .then(following => {
    console.log(following) // true or false
  })

License

MIT © EGOIST