Adds table for libraries (#182)

This commit changes the list of available libraries to a table, similar to the one used for the list of apps in documentation/Apps.md. Soon more libraries for the same language will appear and a table will handle it better. It also sorts the libraries in ascending order (case insensitive) by language.
This commit is contained in:
Ornithologist Coder 2017-05-01 16:41:05 +02:00 committed by wxcafé
parent 166ffa23e6
commit abe6929d8b
1 changed files with 21 additions and 18 deletions

View File

@ -39,24 +39,27 @@ ___
## Available libraries
- [For Ruby](https://github.com/tootsuite/mastodon-api)
- [For Python](https://github.com/halcy/Mastodon.py)
- [For JavaScript](https://github.com/Zatnosk/libodonjs)
- [For Javascript (Browser)](https://github.com/Kirschn/mastodon.js)
- [For JavaScript (Node.js)](https://github.com/jessicahayley/node-mastodon)
- [For Elixir](https://github.com/milmazz/hunter)
- [For R](https://github.com/ThomasChln/mastodon)
- [For Rust](https://github.com/Aaronepower/mammut)
- [For Perl](https://metacpan.org/pod/Mastodon::Client)
- [For Swift](https://github.com/ornithocoder/MastodonKit)
- For Go: [go-mastodon](https://github.com/mattn/go-mastodon), [madon](https://github.com/McKael/madon)
- [For Scala](https://github.com/schwitzerm/scaladon)
- [For .Net](https://github.com/Tlaster/Mastodon.Net)
- [For Java, Kotlin](https://github.com/sys1yagi/mastodon4j)
- [For C#](https://github.com/pawotter/mastodon-api-cs)
- [For Haskell](https://github.com/syucream/hastodon)
- [For Crystal](https://github.com/decors/mastodon.cr)
- [For C#(.NET Standard)](https://github.com/yamachu/Mastodot)
|Language|Library|Developer(s)|
|-------|--------|------------|
| .Net | [Mastodon.Net](https://github.com/Tlaster/Mastodon.Net) | |
| C# | [mastodon-api-cs](https://github.com/pawotter/mastodon-api-cs) | |
| C#(.NET Standard) | [Mastodot](https://github.com/yamachu/Mastodot) | |
| Crystal | [mastodon.cr](https://github.com/decors/mastodon.cr) | |
| Elixir | [hunter](https://github.com/milmazz/hunter) | |
| Go | [go-mastodon](https://github.com/mattn/go-mastodon) | |
| Go | [madon](https://github.com/McKael/madon) | |
| Haskell | [hastodon](https://github.com/syucream/hastodon) | |
| Java | [mastodon4j](https://github.com/sys1yagi/mastodon4j) | |
| Javascript (Browser) | [mastodon.js](https://github.com/Kirschn/mastodon.js) | |
| JavaScript (Node.js) | [node-mastodon](https://github.com/jessicahayley/node-mastodon) | |
| JavaScript | [libodonjs](https://github.com/Zatnosk/libodonjs) | |
| Perl | [Mastodon::Client](https://metacpan.org/pod/Mastodon::Client) | |
| Python | [Mastodon.py](https://github.com/halcy/Mastodon.py) | |
| R | [mastodon](https://github.com/ThomasChln/mastodon) | |
| Ruby | [mastodon-api](https://github.com/tootsuite/mastodon-api) | [@Gargron@mastodon.social](https://mastodon.social/@Gargron) |
| Rust | [mammut](https://github.com/Aaronepower/mammut) | |
| Scala | [scaladon](https://github.com/schwitzerm/scaladon) | |
| Swift | [MastodonKit](https://github.com/ornithocoder/MastodonKit) | [@ornithocoder@mastodon.technology](https://mastodon.technology/@ornithocoder) |
___