Creating a table of contents for your blog A table of contents is convenient for visitors, so I wrote a script to generate one for any blog automatically!
Manage your books with the Google Books API The Google Books API provides access to Google Books, which lets you search for any book and, at a bare minimium, see meta data about it. Depending on copyright status, you might also be able to see sample pages or read the entire book. You can also buy books.
What is an API wrapper? When you find an API to use in your app, you'll need to access it in a specific language - not always an easy or straightforward task. As long as you're doing all that work, why keep it to yourself? Let's look at creating an API wrapper that you can share with others!
Access weather and climate data with the Planet OS API Planet OS seems to have found a great number of services that provide scientific/weather/earth related data, regularly download a small sample set from each, and provide a way to access the data through their own API. Let's see what they've got and what we can do with it!
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
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!
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!