https://github.com/benbjohnson/gist
Gist hosting and embedding.
https://github.com/benbjohnson/gist
Last synced: 9 months ago
JSON representation
Gist hosting and embedding.
- Host: GitHub
- URL: https://github.com/benbjohnson/gist
- Owner: benbjohnson
- License: mit
- Created: 2014-08-22T15:42:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-10T14:36:00.000Z (over 11 years ago)
- Last Synced: 2025-04-02T21:05:49.016Z (9 months ago)
- Language: Go
- Homepage: https://gist.exposed
- Size: 318 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gist [](https://drone.io/github.com/benbjohnson/gist/latest) [](https://coveralls.io/r/benbjohnson/gist?branch=master) [](https://godoc.org/github.com/benbjohnson/gist) 
====
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:
```sh
$ go get github.com/benbjohnson/gist/...
```
Then run the `gistd` binary:
```sh
$ gistd -d ~/gist -key $GITHUB_API_TOKEN -secret $GITHUB_API_SECRET
Listening on http://localhost:40000
```
You can now visit [http://localhost:40000](http://localhost:40000) to view
the application.