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 mayonnaise.js with all npm packages installed. Try it out:

const mayonnaise = require('mayonnaise.js'); console.log('sentence:', mayonnaise.sentence); console.log('paragraph:', mayonnaise.sentences(4)); console.log('title:', mayonnaise.title); console.log('text:', mayonnaise.text); console.log('timecard:', mayonnaise.timecard); console.log('description:', mayonnaise.description); console.log('short_description:', mayonnaise.short_description); console.log('string:', mayonnaise.string); console.log('word:', mayonnaise.word); console.log('words(7):', mayonnaise.words(7)); console.log('array_of_words(7):', mayonnaise.array_of_words(7)); console.log('letter:', mayonnaise.letter); console.log('name:', mayonnaise.name); console.log('username:', mayonnaise.username); console.log('first_name:', mayonnaise.first_name); console.log('last_name:', mayonnaise.last_name); console.log('full_name:', mayonnaise.full_name); console.log('catch_phrase:', mayonnaise.catch_phrase); console.log('place:', mayonnaise.place); console.log('location:', mayonnaise.location);

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

mayonnaise.js v1.2.0

Fake data generator for JavaScript, courtesy of Patrick Star

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