Simple Tenor gif search utility written in Java, with gui in JavaFX
- Simple JavaFX UI
- Nice masonry tile layout using JFoenix
- Shows of current featured gifs on launch
- Clicking on a gif copies its link to the clipboard
- Dependencies pulled in using Maven
- More fancy design
- Packaging it up in a runnable .jar or other format
- Implementing the rest of the Tenor Gif API
- Settings tab to set up all the advanced search parameters such as localizations and content filtering
- Settings will be kept after restarting applications
- Adding gifs to Favourites
- Downloading gifs in various formats
- History
- Categories browsing
- Currently it's easiest to run straight from IntelliJ IDEA
- You need to implement your own ApiKey Class with properties API_KEY and CLIENT_KEY. You can get your own API_KEY here. The client_key is up to you and serves to distinguish between multiple apps by the same dev, that use the same API key.