if-follow-package
Version:
if-follow-package is a JavaScript library that provides APIs for managing followers and followings on GitHub. This package allows you to find users who are not following you back, find users who are following you back, unfollow users who are not following
85 lines (79 loc) • 2.98 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<title>if-follow-package Documentation</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="if-follow-package is a JavaScript library that provides APIs for managing followers and followings on GitHub"
/>
<meta
name="keywords"
content="follow, not-follow, follow-control, github-plugin, manage-follow, follow-back, following, follows, following-back, who-follow, who-not-follow-back, who-follow-back, exact-total, followers, unfollow, unfollow-who-not-follow-back, not-follow-back, who-follow-back, who-not-follow-back'
/>
<script src="scripts/prettify/prettify.js"></script>
<script src="scripts/prettify/lang-css.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link
type="text/css"
rel="stylesheet"
href="styles/prettify-tomorrow.css"
/>
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css" />
</head>
<body>
<div id="main">
<h1 class="page-title"><a href="https://github.com/farhan7reza7/if-follow-package">if-follow-package</a> Documentation</h1>
<section>
<header>
<h4>if-follow-package is a JavaScript library that provides APIs for managing followers and followings on GitHub. It acts as Github plugin for follow control.</h4>
</header>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2>
<h3>Classes</h3>
<ul>
<li><a href="global.html#IfFollow">IfFollow</a></li>
</ul>
<h3>Global</h3>
<ul>
<li><a href="global.html#ifFollow">ifFollow</a></li>
</ul>
<h3>Methods</h3>
<ul>
<li><a href="global.html#isFollower">isFollower</a></li>
<li><a href="global.html#isFollowing">isFollowing</a></li>
<li><a href="global.html#isFollowingBack">isFollowingBack</a></li>
<li><a href="global.html#totalFollowers">totalFollowers</a></li>
<li><a href="global.html#totalFollowings">totalFollowings</a></li>
<li>
<a href="global.html#unfollowAllNotFollowingBack"
>unfollowAllNotFollowingBack</a
>
</li>
<li>
<a href="global.html#unfollowNotFollowingBack"
>unfollowNotFollowingBack</a
>
</li>
<li><a href="global.html#whoFollowingBack">whoFollowingBack</a></li>
<li>
<a href="global.html#whoNotFollowingBack">whoNotFollowingBack</a>
</li>
</ul>
</nav>
<br class="clear" />
<footer>
Documentation generated for javascript
<a href="https://www.npmjs.com/package/if-follow-package">if-follow-package</a>
</footer>
<script>
prettyPrint();
</script>
<script src="scripts/linenumber.js"></script>
</body>
</html>