UNPKG

article-summarizer-jp

Version:

CLI tool for summarizing web articles in Japanese using Anthropic Claude API. Fetches content from URLs and generates both 3-line summaries and full translations in polite Japanese.

2 lines 244 B
export declare function saveToMarkdown(translatedTitle: string, url: string, summary: string, details: string, tags: string[], imageUrl?: string, datePrefix?: boolean, simplify?: boolean): Promise<string>; //# sourceMappingURL=markdown.d.ts.map