diff options
author | Emile <hanemile@protonmail.com> | 2019-08-30 17:21:07 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-08-30 17:21:07 +0200 |
commit | 412cad3d1f5d690e5f898e7779c0e0c764fbf208 (patch) | |
tree | 3f58fa2e38fa71b4a559c4b318e02ca2b6141ca8 | |
parent | ba8d127a0349362c9f0badde81a10dbd1cfcb80c (diff) |
added badges to the readme
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index 872b095..0c95ee8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![GoDoc](https://godoc.org/git.darknebu.la/Satellite/TLE?status.svg)](https://godoc.org/git.darknebu.la/Satellite/TLE) [![Go Report Card](https://goreportcard.com/badge/git.darknebu.la/Satellite/TLE)](https://goreportcard.com/report/git.darknebu.la/Satellite/TLE) [![Build Status](https://drone.nbg1.emile.space/api/badges/Satellite/TLE/status.svg)](https://drone.nbg1.emile.space/Satellite/TLE) # TLE Implementing the "Two-line element set (TLE)", a data format encoding orbital elements of Earth-orbiting objects. https://en.wikipedia.org/wiki/Two-line_element_set |