Skip to content

Commit 70d2f79

Browse files
committed
Badges time
1 parent 2c1a499 commit 70d2f79

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# PostgreSQL Storage for [OAuth 2.0](https://github.com/go-oauth2/oauth2)
22

3+
[![Build][Build-Status-Image]][Build-Status-Url] [![Codecov][codecov-image]][codecov-url] [![ReportCard][reportcard-image]][reportcard-url] [![GoDoc][godoc-image]][godoc-url] [![License][license-image]][license-url]
4+
35
## Install
46

57
```bash
@@ -58,3 +60,20 @@ Now you can run tests using the running PostgreSQL instance using `PG_URI` envir
5860
```bash
5961
PG_URI=postgres://oauth2:oauth2@localhost:5432/oauth2?sslmode=disable go test -cover ./...
6062
```
63+
64+
## MIT License
65+
66+
```
67+
Copyright (c) 2019 Vladimir Garvardt
68+
```
69+
70+
[Build-Status-Url]: https://travis-ci.org/vgarvardt/go-oauth2-pg
71+
[Build-Status-Image]: https://travis-ci.org/vgarvardt/go-oauth2-pg.svg?branch=master
72+
[codecov-url]: https://codecov.io/gh/vgarvardt/go-oauth2-pg
73+
[codecov-image]: https://codecov.io/gh/vgarvardt/go-oauth2-pg/branch/master/graph/badge.svg
74+
[reportcard-url]: https://goreportcard.com/report/github.com/vgarvardt/go-oauth2-pg
75+
[reportcard-image]: https://goreportcard.com/badge/github.com/vgarvardt/go-oauth2-pg
76+
[godoc-url]: https://godoc.org/github.com/vgarvardt/go-oauth2-pg
77+
[godoc-image]: https://godoc.org/github.com/vgarvardt/go-oauth2-pg?status.svg
78+
[license-url]: http://opensource.org/licenses/MIT
79+
[license-image]: https://img.shields.io/npm/l/express.svg

0 commit comments

Comments
 (0)