npm install kaling.js
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
}
});
})();
kaling.version = "x.x"; // default "4.0"