Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.48 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.48 KB

SOLAPI SDK for Node.js(Server Side Only)

FOSSA Status

You can send text messages(SMS, LMS, MMS), Kakao friendtalk(include notification friendtalk) in Korea using this package. This package is 100% compatible with SOLAPI family services (Purple Book, Nurigo, etc.).

Installing

To use the SDK, simply use npm package manager CLI. Type the following into a terminal window.

npm

npm install --save solapi

Yarn

yarn add solapi

Usage

See examples folders

Opening Issues

If you encounter a bug with the SOLAPI SDK for Javascript we would like to hear about it. Search the existing issues and try to make sure your problem doesn’t already exist before opening a new issue. It’s helpful if you include the version of the SDK, Node.js or browser environment and OS you’re using. Please include a stack trace and reduced repro case when appropriate, too.

License

Licensed under the MIT License.

FOSSA Status