Skip to content

Commit

Permalink
Add some badges and links
Browse files Browse the repository at this point in the history
  • Loading branch information
shoo committed Nov 3, 2024
1 parent 7daf315 commit 4453159
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!-- [![GitHub tag](https://img.shields.io/github/tag/shoo/bsky.svg?maxAge=86400)](#) -->
[![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/).

Expand All @@ -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;
Expand All @@ -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 |
Expand Down

0 comments on commit 4453159

Please sign in to comment.