0.0.0 • Published 4 years ago

@sumini/sens v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

이 모듈은 Naver Cloud Platform에서 제공하는 Simple & Easy Notification Service(SENS) API를 Node.js®로 구현한 클라이언트입니다. NCP SENS의 개발 가이드는 여기를 참고하시기 바랍니다.

Requirements

Installation

$ npm install --save @sumini/sens
# or
$ yarn add @sumini/sens

Features

not implemented yet

Usage

not implemented yet

import Sens from '@sumini/sens';

const sens = new Sens({
  phoneNumber: '01012345678',
  serviceId: 'serviceId',
  secretKey: 'secretKey',
  accessKey: 'accessKey',
});

Author

Contribution

  • 이 프로젝트는 누구나 참여 가능합니다.
  • 버그나 개선점 및 의견 등은 이슈Pull Request를 활용해주세요.

Links

License

This Package is MIT licensed.

References

0.0.0

4 years ago