1.0.9 • Published 6 years ago

wisdom-of-chopra v1.0.9

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

wisdom-of-chopra

wisdom-of-chopra is a Node.js reimplementation of skepticCanary's WisdomOfChopra that was written in PHP. I needed a Node version of this for a Discord bot of mine and thought it would be a nice little project for getting familiar with creating a npm module.

All credit goes to skepticCanary!

Usage

Install the package with npm

npm install wisdom-of-chopra -s

Import the module

const wisdom = require("wisdom-of-chopra");

Call getQuote() method

let wiseWords = wisdom.getQuote();
1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago