a0zzy / ThreeWordPhrase

Need a random phrase made of three random words? Look no futher.

Home Page:https://threewordphrase.carbondev.cf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Three Word Phrase

Three Word Phrase

Need a random phrase made of three random words? Look no futher.

This is a very basic tool. Don't expect to much.

Badges

MIT License GPLv3 License AGPL License

Generator API Reference

  https://threerandomwords.carboncdn.cf

Get all items

  GET /api/generate
Parameter Type Default Description
exactly number 3 How Many Strings to Generate
minlength string none Minimum Length of Each Word
maxlength string none Maximum Length of Each Word
words number 1 How Many Words Per Each String
format string beginning How to Format The Words
  • Formating Options

    none (No Formatting)
    
    beginning (First Letter of Word Uppercase)
    
    complete (Full Word Uppercase)
    
  • Word Length Options

    Maximum Strings Per Generation: 10
    
    Smallest Minimum: 2
    
    Largest Maximum: 20
    
    Maximum Words Per String: 5
    

generate(exactly, minlength, maxlength, words, format)

Generates a phrase with random words, using custom parameters

Tech Stack

Client Requirements: JSON Parsing

Server: Node, Random-Words

Support

For support, submit a contact request on my Portfolio.

EXTRA LISCENSING INFORMATION You are not allowed without my permission to resell, re-distribute or sell my project or code!

About

Need a random phrase made of three random words? Look no futher.

https://threewordphrase.carbondev.cf


Languages

Language:HTML 100.0%