0.2.0 • Published 8 months ago

@federa/mastodon v0.2.0

Weekly downloads
-
License
AGPL-3.0
Repository
-
Last release
8 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

8 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago