https://github.com/solapi/solapi-nodejs
SOLAPI SDK for Node.js
https://github.com/solapi/solapi-nodejs
Last synced: 6 months ago
JSON representation
SOLAPI SDK for Node.js
- Host: GitHub
- URL: https://github.com/solapi/solapi-nodejs
- Owner: solapi
- License: mit
- Created: 2019-05-22T23:26:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-12-16T02:33:59.000Z (7 months ago)
- Last Synced: 2025-12-19T13:08:56.591Z (7 months ago)
- Language: TypeScript
- Homepage: https://solapi.github.io/solapi-nodejs/classes/index.SolapiMessageService.html
- Size: 7.59 MB
- Stars: 19
- Watchers: 0
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
npm
```bash
npm install --save solapi
```
yarn
```bash
yarn add solapi
```
pnpm
```bash
pnpm add solapi
```
## 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.