Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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