How to autolink all images in Ghost to the full resolution

The Problem When you insert an image into a post using the Ghost platform, it might be displayed as much smaller, depending on your theme. Viewing the full version means either opening the image in a new tab or linking the image to itself so that clicking on it opens it up outside of the context of the page. Either way, someone’s doing manual work, so let’s automate it! The Solution Here’s a snippet of JavaScript code you can insert under “Blog Header” in the “Code injection” section of your Ghost blog, or in a separate file if you’re self-hosting and have access to where the themes are uploaded. ...

  Jan 22, 2018 (rev. Oct 10, 2025) ·  2 min

Access Game Data with the IGDB API v4

The Internet Game Database is a community-driven site that collects and shares information about games and game-related data. Let’s check out the IGDB API!

  Jan 1, 2018 (rev. Oct 12, 2025) ·  4 min

Access Book and Author Data with the Penguin Random House API

Penguin Random House is a book publisher, and their API can be used to get data about books, authors and events. Let’s check it out!

  Dec 31, 2017 (rev. Oct 12, 2025) ·  7 min

Accessing Census, Demographic, and Housing Data with the US Census Bureau API

The US Census Bureau APIs provide free access to geolocation data, as well as American census data, demographics, housing stats, etc. Let’s check them out!

  Dec 30, 2017 (rev. Oct 10, 2025) ·  5 min

Access Current and Historical Weather Data with the OpenWeatherMap API

OpenWeatherMap provides free access to extensive weather data - current conditions, 5-day forecast, uv index, weather alerts, etc. Let’s check out their API!

  Dec 29, 2017 (rev. Oct 12, 2025) ·  5 min

Learn About the ISS and its Crew with the ISS Notify API

The ISS Notify API (or is it the Open Notify API?) was written by Nathan Bergey for a Science Hack Day competition, then released to the public. You can use it to find the location of the ISS, or to find when it’ll pass over a location! Check it out.

  Dec 28, 2017 (rev. Oct 12, 2025) ·  5 min

Manage Boards and Cards With the Trello API

Trello is a virtual kanban board… or a nice to-do list if you’re going solo. I like it, maybe you will too, and their API makes nearly all areas accessible to devs.

  Dec 27, 2017 (rev. Oct 10, 2025) ·  5 min

View the Mars Rover, Landsat Images, and More with the NASA API

NASA’s API makes their data (such as Mars rover photos) available to anyone who wants to consume it. It’s an unprecedented wealth of knowledge, so let’s dig in!

  Dec 24, 2017 (rev. Oct 12, 2025) ·  6 min

Access Climate Data With the NOAA API

The NOAA API lets us query weather and climate data from NOAA, an agency that studies and charts conditions in the oceans and atmosphere. Let’s check it out!

  Dec 24, 2017 (rev. Oct 12, 2025) ·  9 min

Finding Directions, Coordinates and More With the Google Maps API

The Google Maps API is a series of APIs for multiple platforms, each focused on a small set of tasks. At first it all seems a bit overwhelming, but each of them is pretty easy to use. Let’s check a few out!

  Dec 23, 2017 (rev. Oct 12, 2025) ·  15 min