1.0.5 • Published 4 years ago

@kyi193/kevins-thought-machine v1.0.5

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

Kevin's Thought Machine

This package is designed to help users come up with a randomly generated answer like a magic eight ball. Kevin's Thought Machine comes prepackaged with multiple random answers. Some answers even cotanin randomness within them!

Installation

npm i @kyi193/kevins-thought-machine
or
yarn add @kyi193/kevins-thought-machine

How to use

import KevinsThoughtMachine from '@kyi193/kevins-thought-machine/dist'

//Initialize a new KevinsThoughtMachine class.
const kevinsThoughtMachine = new KevinsThoughtMachine()

//Retrieve a random response
const answer = kevinsThoughtMachine.getResponse().answer

Authors

  • Kevin Yi
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago