1.0.11 • Published 2 years ago

summon-meme v1.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

This is a fun CLI app that serves you fresh memes anytime.

summon-meme

Installation:

npm i summon-meme -g
summon-meme

Or to use it directly run following command:

npx summon-meme

the program will start running

Note: This app works with node version 14 and above because it uses ES module syntax.

There are three main commands

  1. get-meme: To open a ramdom meme for you.
  2. help: Shows how to use the app.
  3. exit: To exit the app.

User can customize the output by passing multiple arguments eg: subreddit name, number of memes you want to fetch

User have to specify the type of argument using flags.

  • eg: get-meme catmemes --subreddit This will show you memes from catmemes subreddit.
  • eg: get-meme catmemes 4 --subreddit --count This will show you 4 memes from catmemes subreddit.

Other important flags are

  1. --save: to save the meme to local machine.
  2. --visit: to open the meme post on reddit.
  3. --json: to print the result to console.

This is made using following API https://meme-api.com/gimme. Check out this page to learn more about it https://github.com/D3vd/Meme_Api

1.0.9

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

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