is-following

0.1.0 • Public • Published


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

Readme

Keywords

Package Sidebar

Install

npm i is-following

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • kchan