random-app-maker
v1.3.0
Published
Get unique app ideas
Downloads
1
Maintainers
Readme
Based off of sindresorhus' yes/no generator The lists are just JSON files and can be used wherever.
Install
$ npm install --save random-app-maker
Usage
const randomAppMaker = require('random-app-maker');
randomAppMaker.randomApp();
//=> 'A [VR App] that [visualizes data] for [museums]'
API
.typesRandom()
Type: array
All the types of apps.
.industryRandom()
Type: function
All the industries available.
CLI
$ npm install --global random-app-maker
$ random-app-maker --help
Examples
$ random-app-maker
A VR App for Museums
Related
License
MIT © Garima Batra