1.0.8 • Published 3 years ago

quoters v1.0.8

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

quoters

A library that gives you beautiful quotes.

To install

npm install quoters

Running and usage

// ES6 and Typescript
import Quote from 'quoters';
const randomQuote = new Quote('QUOTE').get()
console.log(randomQuote);

// ES5 and old JS
var Quote = require('quoters').default;
const randomQuote = new Quote('QUOTE').get()
console.log(randomQuote);

Quote Categories

  • QUOTE: Random quote
  • ANIME: Random anime quote
  • SERIES: Random famous TV series quote
  • PROGRAMMING: Random geeky quote xD
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago