A Node.js/TypeScript client for accessing the note.com API easily.
npm install note-api-client
import { NoteAPIClient } from "note-api-client";
const client = new NoteAPIClient();
// Get Notes by username
client.searchNotesByUsername({ username: "test_usr" });
// Get Notes by Keyword
client.searchNotesByKeyword({ phrase: "AI" });
Contributions are welcome! Feel free to open issues or submit pull requests to improve this project.
See LICENSE.