Essentially this project is a lorem ipsum text generator api that you can call with an ajax request. The words within the Sudo Ipsum text correalate with some of the things that I experienced at Stetson University's Sudo 2017.
This is how you can make a request:
$.getJSON('https://sudo-ipsum.herokuapp.com/sudoIpsum', (response) => {
//callback logic herre
});
Implemented here