Rory.cat

From ChewWiki
Jump to navigation Jump to search


Rory.cat is a website dedicated to showing pictures of Rory. Its code is open-source on GitHub.

Information

The functionality behind rory.cat is basic. Its primary focus is to serve pictures of Rory. It contains 3 links on any given page, a link to a new Rory image (named "New Rory"), a link to the Rory API, and a link to the Rory Fanclub Discord Server.[1]

Simply going to the root page will always show a random picture of Rory. However, clicking on the Rory image (or navigating to /id/:id manually) will take you to that image's specific page. On this page, the "New Rory" button is changed to "Random Rory" (which takes you to the root page), and a new link to the Rory API to that specific Rory image appears above the general API link.[2]

Most of the images are in the WebP image format. Because of the nature of the format, images served here are in some cases significantly smaller than their PNG counterparts.

History

The repository and its initial commit were on September 15th, 2020.[3]. Backend logic was added the following day,[4] as well as an API endpoint to get a random image.[5]. Finally, the following day finalized the site with a homepage.[6].

By request, a page and API endpoint to get a Rory image by its ID was added 4 days later on September 21st, 2020.[7]

The site code itself remained dormant for over a year until October 7th, 2021 where changes were made to enable the website to be a progressive web app (PWA).[8]

The site continues to add new Rory pictures.

References