1.0.1 • Published 6 years ago

whatpulse v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

WhatPulse

Installation

yarn add whatpulse
npm i whatpulse -S

Usage

get a Team:

const wp = require('whatpulse');
async function team(){
    console.log(await wp.getTeam({team: "reddit"}))
}
team();

Outputs all the Team Stats or an error, if there is one.

get a User:

const wp = require('whatpulse');
async function user(){
    console.log(await wp.getUser({user: "dunklesToast"}))
}
user();

Outputs all the User Stats or an error, if there is one.

get Pulse Information:

const wp = require('whatpulse');
async function pulse(){
    console.log(await wp.getPulses({user: "dunklesToast"}))
}
pulse();

Outputs all the User Stats or an error, if there is one.

LICENSE

This project is licensed under the MIT license. Do whatever you want to do with this library. I do not take any responsibility for any damage you make with it. Detailed information about the License can be found in the LICENSE file.

1.0.1

6 years ago

1.0.0

6 years ago