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

0.0.19 • 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.

Readme

Keywords

Package Sidebar

Install

npm i note-api-client

Weekly Downloads

114

Version

0.0.19

License

Apache-2.0

Unpacked Size

38.5 kB

Total Files

61

Last publish

Collaborators

  • renkoya1