/nonsense-generator

Generate sentence that makes absolutely no sense.

Primary LanguageJava

Nonsense generator

Simple spring-boot app to generate simple nonsense statements.

Examples generated:

  • {"sentence":"Depressed sapphire grunts at Snoopy."}
  • {"sentence":"Donald Trump cries because of yummy chameleon."}
  • {"sentence":"Son runs away from nipple."}
  • {"sentence":"Rock invents flower."}
  • {"sentence":"Abusive chameleon bakes rock."}
  • {"sentence":"Cheese stalks mouse."}
  • {"sentence":"Roof marches towards horny Miley Cyrus."}

Run

Simply open the project in intellij and run the main app-class (NonsenseGeneratorApplication.java)

Open the browser and navigate to localhost:8080/nonsense

Contribute

Feel free to add new funny words and submit PR (com.jasofalcon.nonsensegenerator.data.WordsStore)