megalodon/README.md
AkiraFukushima 43cea937ed Add README
2018-06-10 14:42:39 +09:00

417 B

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.