This is a simple npm package that guesses a smartphone based on random data.
npm install guess-smartphone
const guessSmartphone = require('guess-smartphone');
guessSmartphone();
This will log a guessed smartphone to the console, along with a random food, drink, color, religion, job, and hobby from the random-food-selector
, random-drink-selector
, random-color-selector
, random-religion-selector
, random-job-selector
, and random-hobby-selector
packages.
This package depends on the random-food-selector
, random-drink-selector
, random-color-selector
, random-religion-selector
, random-job-selector
, and random-hobby-selector
packages.
MIT