Coder Social home page Coder Social logo

burkes / gfynonce Goto Github PK

View Code? Open in Web Editor NEW
12.0 1.0 3.0 20 KB

nonce generator in the 'adjective adjective animal' pattern that that Gfycat (and Twitch) uses

License: MIT License

JavaScript 100.00%
nonce nonces nonces-generator adjective adjectives animals animal words generator generation

gfynonce's Introduction

gfynonce is a "small" library that generates unique word compositions in the "adjective, adjective, animal" format that both Gfycat and Twitch uses. It tries it's best to generate nonces without repeating the same adjective and allows some customization, such as providing the number of adjectives desired or the separator character.

Installation and Usage

For your convenience, it is available in 3 forms, so choose whatever will work best for you:

Command Line

Installing gfynonce for the command line is as simple as running the following command:

npm i -g gfynonce

Then, simply run gfynonce and it will generate a nonce with the default settings.

$ gfynonce
FatSmallAmericanBulldog

Additionally, you can provide some arguments to customize it, such as --adjectives <number> and --separator <char>.

$ gfynonce --adjectives 5 --separator .
Big.Small.Fancy.Elegant.Shy.Dipper

Node

The installation procedure is almost the same, simply add it to your current project:

npm i --save gfynonce

And you should be good to import it!

const gfynonce = require('gfynonce');

console.log(gfynonce({ adjectives: 1, separator: '_' }));
// Tiny_Hog

Browser

Unpkg kindly provides a fast CDN for NPM packages which you can use to access the UMD script.

<script src="https://unpkg.com/gfynonce@latest/dist/gfynonce.min.js"></script>
<script>
  console.log(gfynonce());
  // HugeSmallArthropods
</script>

gfynonce's People

Contributors

burkes avatar psub avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

gfynonce's Issues

Section issue

I'd like to say that About section has twice that

[...] pattern that that Gfycat (and Twitch) uses.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.