Go to file
AkiraFukushima 8c56083fd9 Add comments
2018-06-10 15:33:28 +09:00
example Add example for typescript 2018-06-10 15:14:08 +09:00
lib Create base REST API client 2018-06-09 01:13:19 +09:00
src Add comments 2018-06-10 15:33:28 +09:00
.gitignore Create base REST API client 2018-06-09 01:13:19 +09:00
.npmignore Create npmignore and publish 2018-06-09 19:51:38 +09:00
LICENSE.txt Add LICENSE 2018-06-10 14:27:55 +09:00
package-lock.json Create streaming connection library 2018-06-09 19:09:44 +09:00
package.json Create streaming connection library 2018-06-09 19:09:44 +09:00
README.md Add README 2018-06-10 14:42:39 +09:00
tsconfig.json Generate d.ts files 2018-06-09 19:43:00 +09:00

Megalodon

A Mastodon API Client library for node.js. It provides REST API and streaming methods.

Install

$ npm install -S megalodon

or

$ yarn add megalodon

Useage

I prepared examples.

Authorization

Get timeline

Post toot

Streaming

License

The software is available as open source under the terms of the MIT License.