droll-api

command module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

README

Droll

Supported Comics

xkcd Indexed PHD Comics
xkcd Coming Soon phdcomic

Examples

XKCD

General

query {
  xkcd {
    alt
    day
    image
    link
    month
    news
    num
    safeTitle
    title
    transcript
    year
  }
}

With Limit and Offset

query {
  xkcd(limit: 10, offset: 1) {
    alt
    day
    image
    link
    month
    news
    num
    safeTitle
    title
    transcript
    year
  }
}

Getting Started

Installation and Setup

  • Download and Install Golang

  • Install dependencies

go get ./...

Running

make run

Testing

make test

Code Coverage

make cover

Contribute

Contributing Guide coming soon!

Issues

Issues are managed via GitHub Issues.

License

This project is licensed under the Apache License. See the LICENSE file for details.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL