Skip to content

Commit

Permalink
Merge pull request #30 from nuveo/crg_1
Browse files Browse the repository at this point in the history
Add cool badges to README
  • Loading branch information
felipeweb committed Dec 8, 2016
2 parents 23e8a7e + 706b627 commit 9cc30e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# pREST
[![Build Status](https://travis-ci.org/nuveo/prest.svg?branch=master)](https://travis-ci.org/nuveo/prest)
[![GoDoc](https://godoc.org/github.com/nuveo/prest?status.png)](https://godoc.org/github.com/nuveo/prest)
[![Go Report Card](https://goreportcard.com/badge/github.com/nuveo/prest)](https://goreportcard.com/report/github.com/nuveo/prest)

Serve a RESTful API from any PostgreSQL database

Expand Down Expand Up @@ -88,4 +90,4 @@ Using query string to make filter (WHERE), example:

```
http://127.0.0.1:8000/DATABASE/SCHEMA/TABLE?FIELD1=xyz
```
```

0 comments on commit 9cc30e6

Please sign in to comment.