An open API service indexing awesome lists of open source software.

https://github.com/himynameisdave/make-me-lol

:smile: A command-line tool to make you laugh
https://github.com/himynameisdave/make-me-lol

cli command-line fun laugh lol

Last synced: about 1 year ago
JSON representation

:smile: A command-line tool to make you laugh

Awesome Lists containing this project

README

          

### make-me-lol

A command-line tool to make you laugh. Because who doesn't like to laugh, amirite? :stuck_out_tongue: All ya gotta do is type the command and it opens a random funny picture, gif or video from Reddit.

![example](http://i.imgur.com/2fHBaxQ.gif)

**Install**

```
npm i -g make-me-lol
```

You gotta have at least `node v4.0.0` or an [`--harmony` node version](https://nodejs.org/en/docs/es6/) (tested in v0.12.7) for this to work, cause it's pretty ES6exy with its use of [Promises](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise) and all.

**Usage**

Dead simple all you gotta do is run:

```
make-me-lol [options or no options its cool]
```

**Options**

```
-h, --help output usage information
-V, --version output the version number
-v, --video opens a funny video
-g, --gif opens a funny gif
-p, --pic opens a funny pic
-q, --quiet opens a funny not video
-o, --output output only without opening
```

**Contribute**

Feel free to open [an issue](https://github.com/himynameisdave/make-me-lol/issues/new) or [pull request](https://github.com/himynameisdave/make-me-lol/compare?expand=1)!

---

*Licenced under MIT (c) Made by [Dave Lunny](https://twitter.com/dave_lunny) in the beautiful year 2015*