Skip to content

benbjohnson/gist

Repository files navigation

gist Build Status Coverage Status GoDoc Project status

This project is a mirror for hosting GitHub gist repositories.

Getting Started

Prerequisites

Before you start using the Gist application you'll need to create a new GitHub application. You can do this by going to your GitHub settings page, clicking on "Applications", and then creating a new application. You'll need to copy the token and secret that are generated and pass those into your application later.

Installing and Running

Simply go get the gist project:

$ go get github.com/benbjohnson/gist/...

Then run the gistd binary:

$ gistd -d ~/gist -key $GITHUB_API_TOKEN -secret $GITHUB_API_SECRET
Listening on http://localhost:40000

You can now visit http://localhost:40000 to view the application.

About

Gist hosting and embedding.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages