note-api-client
TypeScript icon, indicating that this package has built-in type declarations

0.0.26 • Public • Published

note-api-client

Version badge npm version

A Node.js/TypeScript client for accessing the note.com API easily.

Installation

npm install note-api-client

Usage Example

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" });

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to improve this project.

License

See LICENSE.

Dependents (0)

Package Sidebar

Install

npm i note-api-client

Weekly Downloads

69

Version

0.0.26

License

Apache-2.0

Unpacked Size

43.6 kB

Total Files

67

Last publish

Collaborators

  • renkoya1