Skip to content

Instantly share code, notes, and snippets.

@RobertVFrazier
Created March 1, 2018 04:11
Show Gist options
  • Save RobertVFrazier/9264e6119f2068dc1b7747b208d8ece1 to your computer and use it in GitHub Desktop.
Save RobertVFrazier/9264e6119f2068dc1b7747b208d8ece1 to your computer and use it in GitHub Desktop.
Choosing an API for the API capstone project
I will use the Flickr API to convert text strings into a series of photographs of letters, similar in appearance to a ransom note.
I found an example of doing this, and I think it would be interesting to figure out how to do it myself in Jquery instead of PHP,
with a better user interface, and fixing the punctuation bugs I found when I tested it.
The user will enter a text string into a field, then click a button to submit it. A lightbox will pop up, displaying each character
(letter, numeral, or punctuation) as a photograph inside a square box. Clicking on any of the boxes will get a new, random photograph
of the same character. There will be a button labeled "X" in the upper-right corner of the lightbox; clicking this will close the
lightbox and return focus to the text input field.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment