0.0.10 • Published 2 years ago

anonymous-names v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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! 🍭

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago