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

https://github.com/benslabbert/gist-app


https://github.com/benslabbert/gist-app

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Gist Client

This is a [Cobra](https://github.com/spf13/cobra) cli app which optionally serves a [Svelte](https://svelte.dev/) web app.

This app uses a [Github](https://github.com/) access token to do simple CRUD on private [gists](https://gist.github.com/).

With no access token, only public gists are available.

create token: https://github.com/settings/tokens/new

## Testing

Make sure to set environment variable `API_TOKEN` for testing.

## Build status

[![Go](https://github.com/BenSlabbert/gist-app/actions/workflows/go.yml/badge.svg?branch=master)](https://github.com/BenSlabbert/gist-app/actions/workflows/go.yml)