From f8793d9be7bc0b9256f93ebb4646fb0b23d9a4a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20S=C3=A1nchez=20Ortega?= Date: Wed, 24 May 2017 23:37:31 +0200 Subject: [PATCH] Add mastodon-api nodejs library (#261) --- Using-the-API/Libraries.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Using-the-API/Libraries.md b/Using-the-API/Libraries.md index d62e9a3f..d015c4a1 100644 --- a/Using-the-API/Libraries.md +++ b/Using-the-API/Libraries.md @@ -19,6 +19,7 @@ Below, a list of libraries to interact with the Mastodon API, sorted by programm | JavaScript | [libodonjs](https://github.com/Zatnosk/libodonjs) | | | JavaScript (Browser) | [mastodon.js](https://github.com/Kirschn/mastodon.js) | | | JavaScript (Node.js) | [node-mastodon](https://github.com/jessicahayley/node-mastodon) | | +| JavaScript (Node.js) | [mastodon-api](https://github.com/vanita5/mastodon-api) | | | Perl | [Mastodon::Client](https://metacpan.org/pod/Mastodon::Client) | [@jjatria@mastodon.cloud](https://mastodon.cloud/@jjatria) | | PHP | [Mastodon API for Laravel](https://github.com/kawax/laravel-mastodon-api) | | | PHP | [Mastodon-api-php](https://github.com/yks118/Mastodon-api-php) | |