Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 472 Bytes

README.MD

File metadata and controls

14 lines (7 loc) · 472 Bytes

Jerome Says

A Node + Express API to poke fun at a friend. API is hosted at jeromesays.gq

Usage

Make a simple get call to the API with a string appended to the URL. API returns a randomly selected jpg of Jerome saying the passed string.

Ex:

http://jeromesays.gq/say/VetsWhoCode%20Hoorah

Browsers automatically fill whitespace and convert most special characters to URL encoding, otherwise insert it at the URL line or command line manually