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

View file

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