Mayonnaise.js
🎺 Fake data generator for JavaScript, courtesy of Patrick Star
Install / Use
/learn @nathanchapman/Mayonnaise.jsREADME
mayonnaise.js

JavaScript fake data generator, courtesy of Patrick Star.
<img width="368" src="https://i.ytimg.com/vi/d1JA-nh0IfI/hqdefault.jpg">Is mayonnaise an instrument?
Installation
npm install mayonnaise.js
Usage
const mayonnaise = require('mayonnaise.js');
// Text is generated from Patrick's wonderful quotations
const sentence = mayonnaise.sentence;
const paragraph = mayonnaise.sentences(4);
const title = mayonnaise.title;
const text = mayonnaise.text;
const description = mayonnaise.description;
const shortDescription = mayonnaise.short_description;
const string = mayonnaise.string;
const word = mayonnaise.word;
const words = mayonnaise.words(7);
const arrayofWords = mayonnaise.array_of_words(7);
const letter = mayonnaise.letter;
// User data is generated from SpongeBob characters
const name = mayonnaise.name;
const username = mayonnaise.username;
const firstName = mayonnaise.first_name;
const lastName = mayonnaise.last_name;
const fullName = mayonnaise.full_name;
const catchPhrase = mayonnaise.catch_phrase;
// place and location return different locations from the SpongeBob universe
const place = mayonnaise.place;
const location = mayonnaise.location;
// timecards are now available
const timecard = mayonnaise.timecard;
...
API
mayonnaise.js uses casual under the hood, so you can use all of the generators specified in their documentation as well as various locales.
Related Skills
node-connect
351.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
