whatpulse

1.0.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i whatpulse

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

3.97 kB

Total Files

5

Last publish

Collaborators

  • dunklestoast