Skip to content

egoist/is-following

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

About

Check if a user is following another on GitHub

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published