UNPKG

solapi

Version:

SOLAPI SDK for Node.js(Server Side Only)

52 lines (33 loc) 1.25 kB
# SOLAPI SDK for Node.js(Server Side Only) 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 (CoolSMS and etc..). ## Installing To use the SDK, simply use npm package manager CLI. Type the following into a terminal window. <details> <summary><strong>npm</strong></summary> ```bash npm install --save solapi ``` </details> <details> <summary><strong>yarn</strong></summary> ```bash yarn add solapi ``` </details> <details> <summary><strong>pnpm</strong></summary> ```bash pnpm add solapi ``` </details> ## Usage See [examples folders](https://github.com/solapi/solapi-nodejs/tree/master/examples) ## Opening Issues If you’ve encountered a bug with the SOLAPI SDK for Node.js, we’d love to hear about it. Before opening a new issue, please check the [existing issues](https://github.com/solapi/solapi-nodejs/issues) to see if your problem has already been reported. It’s helpful to include the SDK version, your Node.js environment, and the OS you’re using. If applicable, please also provide a stack trace and a minimal reproducible example. ## License Licensed under the MIT License.