Skip to content

a0zzy/ThreeWordPhrase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published

Languages