0.2.0 • Published 7 months ago
@federa/bluesky v0.2.0
@federa/bluesky
Bluesky API client for Federa.
Installation
npm install @federa/blueskyUsage
import { BlueskyClient } from '@federa/bluesky';
// Create a new client
const client = new BlueskyClient({
service: 'https://bsky.social',
username: 'your-username',
password: 'your-password'
});
// Login
await client.login();
// Get timeline
const timeline = await client.getTimeline();Features
- Authentication
- Timeline retrieval
- Post creation and interaction
- Profile management
- Notifications
Dependencies
- @atproto/api
- @federa/shared
License
ISC
0.2.0
7 months ago
0.1.15
7 months ago
0.1.14
10 months ago
0.1.13
10 months ago
0.1.12
10 months ago
0.1.11
10 months ago
0.1.10
10 months ago
0.1.9
10 months ago
0.1.8
10 months ago
0.1.7
10 months ago
0.1.6
10 months ago
0.1.5
10 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