summaryrefslogtreecommitdiff
path: root/node_modules/at-quotes/README.md
blob: 10c6e633fd619a184f55b32013211c8b9039e455 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# at-quotes [![Build Status][travis-image]][travis-url]

  > Random quotes from Adventure Time

## Install

```sh
yarn add at-quotes  # npm install --save at-quotes
```

## Usage

```js
import at from 'at-quotes'

at.getFinnQuote()    // MY HAT IS AWESOME!
at.getJakeQuote()    // I love you, Everything burrito.
at.getIceKingQuote() // Banana Guards yourself, Princess!
at.getQuote()        // Easy peasy, livin' greasy!
```

## License

MIT © [Alexander Gudulin](http://gudulin.com)

[travis-url]: https://travis-ci.org/agudulin/at-quotes
[travis-image]: https://travis-ci.org/agudulin/at-quotes.svg?branch=master