1.0.8 • Published 4 years ago

quoters v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

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