scourer
v1.0.0
Published
Search imgur
Downloads
4
Maintainers
Readme
Scourer
A search tool for imgur that exposes advanced search options! Created during Node Knockout 2015!
Installation
This version does not have an npm global install option, but it will soon (probably).
To download and use the package with npm:
npm install scourer
Authentication
This tool currently uses dotenv to load IMGUR_CLIENT_ID into process.env
from
the environment file .env
. The IMGUR_CLIENT_ID is required to make Imgur API
calls. You can get one by signing up for an Imgur account and requesting
credentials.
Note: The "requesting credentials" link is currently broken ; if it still is when you read this, just scroll down to the "Registration" section.
Usage
Before the full API doc is released, you can get a feel of the tool by using the
cli. Get started by running the help
command.
./cli --help
Imgur API implementations
This package currently implements parts of Imgur's gallery API. The sections implemented should be listed here. If not, please add an issue or submit a pull request with your fix!