Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nuwuzu.js

uwuzu 系サービス API ラッパー

インストール

npm install nuwuzu.js

クイックスタート

import { createClient } from "nuwuzu.js";

const client = createClient("uwuzu.net", "your-access-token");

// タイムライン取得
const posts = await client.getTimeline({ limit: 20 });

// 投稿
await client.createPost({ text: "Hello, uwuzu!" });

主な機能

  • タイムライン・投稿・返信・検索・お気に入り・ブックマーク
  • OAuth トークン取得フロー
  • 自動リトライ(指数バックオフ)
  • クライアントサイドレート制限
  • タイムアウト・AbortSignal 対応
  • TypeScript 型定義同梱

ドキュメント

詳しい使い方は USAGE.md を参照してください。

ライセンス

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages