Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including random-text-meme with all npm packages installed. Try it out:

// RunKit platform requires package name from NPM registry. // Will not work on local machine, unless you have package installed globally. const randomTextMeme = require("random-text-meme"); // One Random Emoji. console.log(`Random emoji: ${randomTextMeme.getEmoji()}`); // One Random Emoji from specified theme. console.log(`Random Shrug emoji: ${randomTextMeme.getEmoji('shrug')}`); // All Emoji we have in dictionary. console.log(`All emoji: ${randomTextMeme.getAllEmoji()}`); // All Emoji from specified theme. console.log(`All cat emoji: ${randomTextMeme.getAllEmoji('cat')}`); // List of themes console.log(`All emoji themes: ${randomTextMeme.getThemes()}`);

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

random-text-meme v1.1.9

get random text meme

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free