Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewhal/gpomf
Pomf rewrite in golang
https://github.com/ewhal/gpomf
Last synced: 7 days ago
JSON representation
Pomf rewrite in golang
- Host: GitHub
- URL: https://github.com/ewhal/gpomf
- Owner: ewhal
- License: mit
- Created: 2016-06-11T11:27:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-18T22:44:01.000Z (over 2 years ago)
- Last Synced: 2024-06-19T10:13:58.009Z (5 months ago)
- Language: Go
- Size: 1.46 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#Gpomf
[![Build Status](https://travis-ci.org/ewhal/gpomf.svg?branch=master)](https://travis-ci.org/ewhal/gpomf) [![GoDoc](https://godoc.org/github.com/ewhal/Pastebin?status.svg)](https://godoc.org/github.com/ewhal/Pastebin) [![Go Report Card](https://goreportcard.com/badge/github.com/ewhal/Pastebin)](https://goreportcard.com/report/github.com/ewhal/Pastebin) [![MIT
licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/ewhal/gpomf/master/LICENSE.md)An implementation of a pomf compatible API written in golang
## Getting started
### Prerequisities
* go
* mariadb```
sudo yum install -y go mariadb-server mariadb
```### Installing
* go get https://github.com/ewhal/gpomf
* make
* cp config.example.json config.json
* nano config.json
* Configure port and database details## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details