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

https://github.com/timelessnesses/gobalt

A Cobalt CLI written in Go
https://github.com/timelessnesses/gobalt

cli cobalt golang media

Last synced: 6 days ago
JSON representation

A Cobalt CLI written in Go

Awesome Lists containing this project

README

          

# gobalt

A CLI wrapping around Cobalt's API. Written in Golang.
Supported both as binary and library

## Build instruction

```sh
go build
```

## Usage as a library

```sh
go get github.com/timelessnesses/gobalt
```
then import it with name `github.com/timelessnesses/gobalt/client`