pingskiller
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -5,3 +5,2 @@ const request = require('request'); | ||
const PING_SKILLS_SIGNUP_FORM = 'https://www.pingskills.com/membership-validate.php'; | ||
@@ -8,0 +7,0 @@ |
{ | ||
"name": "pingskiller", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "mostly for the lulz", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# PingSkiller | ||
Sign your friend up for the pingskills newsletter, this is really just a joke -- so please don't abuse this any further than your coworkers who need some help at pingpong. | ||
Install globally! `npm i -g pingskiller` | ||
Use as a node module: `npm i --save pingskiller` | ||
_or_ clone the repo: | ||
```sh | ||
git clone git+ssh://git@github.com/dhigginbotham/pingskiller.git && \ | ||
cd pingskiller/ && \ | ||
chmod +x bin/pingskiller && \ | ||
bin/pingskiller -h | ||
``` | ||
```sh | ||
Usage: bin/pingskiller [options] | ||
@@ -8,0 +16,0 @@ |
3671
30