Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 332 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 332 Bytes

GifSleuth

A C++ CLI(command-line interface) application that works like a search engine for animated GIFs by pulling the GIFs via GIPHY API and presents the URLs to the user.

Libraries used:

  • asio - to establich a connection to the API Endpoint.
  • nlohmann/json - to parse the json data gotten from the API to extract the URL.