rfreebern / pokey-api
An API to the Pokey search.
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rfreebern/pokey-api
This package is not auto-updated.
Last update: 2025-10-25 20:05:49 UTC
README
Here is a library that exposes an API to the Pokey the Penguin search at http://yellow5.com/pokey/search
Installation
Theoretically, you can use composer! Or whatever.
Playing Around
There is a file named pokey in the bin directory. Use it like this:
$ ./bin/pokey whiskey
LITTLE GIRL: MORE WHISKEY POKEY?
The API
This library exposes one method, search, which takes one argument, a
string to search for. It returns an array with 0 or more results. Each result
is a hash with four keys:
title: The title of the matching Pokey striplink: The URL to the stripimage: The URL to the matching panel of the striptext: The text in that panel
Credits
- Pokey the Penguin is a creation of THE AUTHORS.
- This library was created by Ryan Freebern / @rfreebern.