Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
heynemann committed Dec 1, 2016
1 parent b9f8e27 commit a469ba5
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,38 @@
# donations
Donations is a HTTP API to control donations made by players in clans in games.

[![Build Status](https://travis-ci.org/topfreegames/donations.svg?branch=master)](https://travis-ci.org/topfreegames/donations)
[![Coverage Status](https://coveralls.io/repos/github/topfreegames/donations/badge.svg?branch=master)](https://coveralls.io/github/topfreegames/donations?branch=master)
[![Code Climate](https://codeclimate.com/github/topfreegames/donations/badges/gpa.svg)](https://codeclimate.com/github/topfreegames/donations)
[![Go Report Card](https://goreportcard.com/badge/github.com/topfreegames/donations)](https://goreportcard.com/report/github.com/topfreegames/donations)
[![Docs](https://readthedocs.org/projects/donations-api/badge/?version=latest
)](http://donations-api.readthedocs.io/en/latest/)
[![](https://imagelayers.io/badge/tfgco/donations:latest.svg)](https://imagelayers.io/?images=tfgco/donations:latest 'Donations Image Layers')

Donations is an HTTP API to control donations made by players in clans in games.

## Hacking Donations

### Setup

Make sure you have go installed on your machine.
If you use homebrew you can install it with `brew install go`.

Run `make setup`.

### Running the application

Run the api with `make run`.

### Running with docker

Provided you have docker installed, to build Donations's image run:

$ make docker-build

To run a new donations instance, run:

$ make docker-run

### Tests

Running tests can be done with `make test`.

0 comments on commit a469ba5

Please sign in to comment.