https://github.com/electerm/github-api-handler-go
electerm github api server(with go), when release, auto update electerm.html5beta.com
https://github.com/electerm/github-api-handler-go
Last synced: 6 months ago
JSON representation
electerm github api server(with go), when release, auto update electerm.html5beta.com
- Host: GitHub
- URL: https://github.com/electerm/github-api-handler-go
- Owner: electerm
- Created: 2018-02-07T02:41:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T14:07:32.000Z (over 3 years ago)
- Last Synced: 2024-12-27T17:23:27.810Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-api-handler-go
## run
```
git clone git@github.com:electerm/github-api-handler-go.git
cd github-api-handler-go
cp config.sample.toml config.toml
./init
go run app.go
```