summaryrefslogtreecommitdiff
path: root/node_modules/at-quotes/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/at-quotes/README.md')
-rw-r--r--node_modules/at-quotes/README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/node_modules/at-quotes/README.md b/node_modules/at-quotes/README.md
new file mode 100644
index 0000000..10c6e63
--- /dev/null
+++ b/node_modules/at-quotes/README.md
@@ -0,0 +1,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