1.0.3 • Published 3 years ago

kaling.js v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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"