Skip to content

Commit 6bc36ab

Browse files
README: badges
1 parent 523583f commit 6bc36ab

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Sourcify API
2+
3+
[![Test Status](https://github.com/dipdup-net/sourcify-api/workflows/Tests/badge.svg)](https://github.com/dipdup-net/sourcify-api/actions?query=branch%3Amaster+workflow%3A%22Tests%22)
4+
[![made_with golang](https://img.shields.io/badge/made_with-golang-blue.svg)](https://golang.org/)
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6+
[![Go Reference](https://pkg.go.dev/badge/github.com/dipdup-net/sourcify-api.svg)](https://pkg.go.dev/github.com/dipdup-net/sourcify-api)
7+
28
Golang wrapper over Sourcify API. Library implements interaction with endpoints are described in the [Sourcify docs](https://docs.sourcify.dev/docs/api/).
39

410
## Install
511

6-
```go
12+
```bash
713
go get github.com/dipdup-net/sourcify-api
814
```
915

0 commit comments

Comments
 (0)