Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.67 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.67 KB

project1-jocruz

##1. THEME The theme is pretty straight forward to begin with. It is all about pups,pupps,
puppers, and doggos. It pairs images of these pets with words about these awesome creatures.
##2. CURATION:

  1. Twitter:

  2. The twitter api search query was composed of a query that limited certain parameters..

  3. I decided to search for the keywords 'pups' and 'puppers' while exlcuding replies, retweets,
    images, and links. This was as to not have to deal with certain complications that could arise because
    of those items. The actual query was "puppers OR pups -filter:retweets AND -filter:replies AND -filter:links AND -filter:twimg".

  4. Getty:

  5. I decided to be pretty straigt forward with this api call and search for images with a large size.
    I also decided to keep the phrase simple and go with the keyword 'puppies'. link

##KNOWN PROBLEMS: 1.Unicode:

  1. Some tweets come through with unicode for emojis and I was unable to make them render. 2.CSS:
  2. Given more time I could have made the application more responsive to window resizing. As
    is right now there could be some improvements to formatting.

##IMROVEMENTS: 1.THEME:

  1. My main thought was to make the application be themed around "pups and pints", where the curations
    revolves around doggs and beer, either matching images of pups with tweets about beer or vice versa. 2.APPEARANCE:
  2. I would want to make a better layout for it and maybe even give some control to the user (such as search parameters).