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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    1

Package Sidebar

Install

npm i is-following

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • kchan