1.1.3 • Published 8 years ago

github-unfollow-everyone v1.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

npm.io

#GitHub Unfollow Everyone

:fallenleaf: _Start anew. Unfollow everyone who you currently follow on GitHub.

##CLI

$ npm install --global github-unfollow-everyone
$ github-unfollow-everyone <username> <password>

:warning: Running this command will irreversibly unfollow everyone who you currently follow!

##API

$ npm install --save github-unfollow-everyone
var unfollowEveryone = require('github-unfollow-everyone');

unfollowEveryone('<username>', '<password>', function(error) {
  if (error) {
    console.log('oops. an error occurred:', error);
    return;
  }
  console.log('done.');
});

##Related

1.1.3

8 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.1

9 years ago