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
- Host: GitHub
- URL: https://github.com/himynameisdave/make-me-lol
- Owner: himynameisdave
- License: mit
- Created: 2015-11-30T21:41:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T17:29:17.000Z (over 7 years ago)
- Last Synced: 2025-07-24T10:02:06.048Z (about 1 year ago)
- Topics: cli, command-line, fun, laugh, lol
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 39
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.

**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*