An open API service indexing awesome lists of open source software.

https://github.com/dantecatalfamo/steampipe-plugin-xkcd

Steampipe plugin for querying XKCD data
https://github.com/dantecatalfamo/steampipe-plugin-xkcd

steampipe steampipe-plugin xkcd xkcd-api

Last synced: about 2 months ago
JSON representation

Steampipe plugin for querying XKCD data

Awesome Lists containing this project

README

        

# XKCD Plugin for Steampipe

`SELECT * FROM xkcd_comic WHERE id = 2`

| alt | day | image_url | url | month | news | id | safe_title | title | transcript | year | _ctx |
|-----------------------------------------------------------------------------------------------------|-----|---------------------------------------------------|-----|-------|------|----|----------------------|----------------------|--------------------------------------------------------------------------------------------------------------------|------|----------------------------|
| 'Petit' being a reference to Le Petit Prince, which I only thought about halfway through the sketch | 1 | https://imgs.xkcd.com/comics/tree_cropped_(1).jpg | | 1 | | 2 | Petit Trees (sketch) | Petit Trees (sketch) | [[Two trees are growing on opposite sides of a sphere.]] {{Alt-title: 'Petit' being a reference to Le Petit Prince, which I only thought about halfway through the sketch}} | 2006 | {"connection_name":"xkcd"} |

## Building

```make```

## Installing

```make install```