Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maragudk/gumroad

A Gumroad API client.
https://github.com/maragudk/gumroad

gumroad

Last synced: 6 days ago
JSON representation

A Gumroad API client.

Awesome Lists containing this project

README

        

# gumroad

[![GoDoc](https://godoc.org/github.com/maragudk/gumroad?status.svg)](https://godoc.org/github.com/maragudk/gumroad)
[![Go](https://github.com/maragudk/gumroad/actions/workflows/go.yml/badge.svg)](https://github.com/maragudk/gumroad/actions/workflows/go.yml)

A Gumroad API client.

Incomplete and work-in-progress.

Made in 🇩🇰 by [maragu](https://www.maragu.dk), maker of [online Go courses](https://www.golang.dk/).

## Usage

Get the library using `go get`:

```shell
go get -u github.com/maragudk/gumroad
```

Install the CLI with `go install`:

```shell
go install github.com/maragudk/gumroad/cmd/gumroad@latest
```