kaling.js
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Kaling.js

Install

npm install kaling.js

Usage


Simple Use

import { KakaoLink } from 'kaling.js';

(async () => {
    const kaling = new KakaoLink('Your Kakao Deveoper App Key', 'Your Host Url');
	await kaling.login('Your Kakao Id', 'Your Kakao Password');
	await kaling.send('Chat Room Title', {
        template_id: KakaoLink Template Id,
        template_args: {
            // KakaoLink Template Argument
        }
    });
})();

Set Link_Ver

kaling.version = "x.x"; // default "4.0"

Package Sidebar

Install

npm i kaling.js

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

19 kB

Total Files

6

Last publish

Collaborators

  • tree-some