anonymous-names
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

forthebadge forthebadge

npm version GitHub version

Anonymous Names

A small npm package to generate random anonymous names like you see on google docs but with fun twists.

Installation

You can install the package via npm:

npm i anonymous-names

Usage:

Loading and configuring the module

const AnonymousNames = require("anonymous-names").AnonymousNames;

//ES6+
import { AnonymousNames } from "anonymous-names";

Creating an Instance of the SDK:

const generator = new AnonymousNames();

Basic Usage

const request = generator.generateName().then(response => console.log(response));
  // typical response sample
  
  Sanctified Mantis

There you go! 🍭

Package Sidebar

Install

npm i anonymous-names

Weekly Downloads

2

Version

0.0.10

License

MIT

Unpacked Size

45.4 kB

Total Files

23

Last publish

Collaborators

  • drchibs