theme-data
Generates random themed information, for more fun mock data.
Install
$ npm i theme-data
Usage
const theme = require("theme-data");
theme.hero();
// => a random hero, as a string
theme.villain();
// => a random villain, as a stringGenerates random themed information, for more fun mock data.
$ npm i theme-data
const theme = require("theme-data");
theme.hero();
// => a random hero, as a string
theme.villain();
// => a random villain, as a string