Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 358 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 358 Bytes

Mastodon API

A selection of Mastodon API methods implemented in Node.js.

Requirements

  • Node v20

Install dependencies

$ npm install

Run tests

$ npm test

Create tarball

$ npm pack

Install (in another module)

$ npm install mastodon-api-x.x.x.tgz