diff --git a/README.md b/README.md index 7e45e1e..6a9f483 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ + +[![GitHub tag](https://img.shields.io/github/tag/shoo/bsky.svg?maxAge=86400)](#) +[![CI Status](https://github.com/shoo/bsky/actions/workflows/main.yml/badge.svg)](https://github.com/shoo/voile/actions/workflows/main.yml) +[![downloads](https://img.shields.io/dub/dt/bsky.svg?cacheSeconds=3600)](https://code.dlang.org/packages/bsky) +[![BSL-1.0](http://img.shields.io/badge/license-BSL--1.0-blue.svg?style=flat)](./LICENSE) +[![codecov](https://codecov.io/gh/shoo/bsky/branch/main/graph/badge.svg)](https://codecov.io/gh/shoo/bsky) + # Abstract The client library of [Bluesky](https://bsky.app/). @@ -6,6 +13,8 @@ The client library of [Bluesky](https://bsky.app/). dub add bsky ``` +[API Documents](http://shoo.github.io/bsky) + # Examlple codes ```d import std.stdio, std.process, std.range; @@ -18,7 +27,7 @@ foreach (post; client.timeline.take(100).toMessages) writeln(i"$(post.postBy.displayName) < $(post.text)"); ``` -[examples](./examples) +[Examples](./examples) # List of Supported API | API | Supported functions |