Skip to content

Commit df5fb7d

Browse files
committed
add badges
1 parent 50832fe commit df5fb7d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Go Report Card](https://goreportcard.com/badge/github.com/augmentable-dev/tickgit)](https://goreportcard.com/report/github.com/augmentable-dev/tickgit)
44
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/augmentable-dev/tickgit)
55
[![Coverage](http://gocover.io/_badge/github.com/augmentable-dev/tickgit)](http://gocover.io/github.com/augmentable-dev/tickgit)
6-
[![TODOs](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.tickgit.com%2Fbadge%3Frepo%3Dgithub.com%2Faugmentable-dev%2Ftickgit)](https://www.tickgit.com/browse?repo=github.com/augmentable-dev/tickgit)
6+
[![TODOs](https://img.shields.io/endpoint?url=https://api.tickgit.com/badge?repo=github.com/augmentable-dev/tickgit)](https://www.tickgit.com/browse?repo=github.com/augmentable-dev/tickgit)
77

88
## tickgit 🎟️
99

docs/API.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
`GET` requests to `https://api.tickgit.com/badge` with a `repo` query param:
66

77
```
8-
http://api.tickgit.com/todos-badge?repo=https://github.com/facebook/react
8+
https://api.tickgit.com/badge?repo=https://github.com/facebook/react
99
```
1010

1111
Supplying a `branch` query param will lookup a specific branch.
1212

1313
Will return JSON that can be fed into a shields.io badge: [https://shields.io/endpoint](https://shields.io/endpoint)
14+
15+
[![TODOs](https://img.shields.io/endpoint?url=https://api.tickgit.com/badge?repo=github.com/augmentable-dev/tickgit)](https://www.tickgit.com/browse?repo=github.com/augmentable-dev/tickgit)

0 commit comments

Comments
 (0)