0.2.0 • Published 7 months ago

@federa/mastodon v0.2.0

Weekly downloads
-
License
AGPL-3.0
Repository
-
Last release
7 months ago

@federa/mastodon

Mastodon API client for Federa.

Installation

npm install @federa/mastodon

Usage

import { MastodonClient } from '@federa/mastodon';

// Create a new client
const client = new MastodonClient({
  instance: 'https://mastodon.social',
  accessToken: 'your-access-token'
});

// Get timeline
const timeline = await client.getTimeline();

Features

  • Authentication
  • Timeline retrieval
  • Post creation and interaction
  • Profile management
  • Notifications

Dependencies

  • masto
  • @federa/shared

License

ISC

0.2.0

7 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago