0.0.10 • Published 3 years ago

anonymous-names v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago