Skip to content

raravel/kaling.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Kakao link sender for nodejs like browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published