Skip to content

Commit

Permalink
feat/master: README fix ( dependency info added )
Browse files Browse the repository at this point in the history
  • Loading branch information
hubtwork committed Apr 15, 2021
1 parent 3710f6b commit bae724a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ An easy-to-use typescript wrapper for [Naver Cloud Platform API](https://api.ncl

## Table of Contents

- [Dependency](#dependency)
- [Installation](#installation)
- [Usage](#usage)
- [Types](#types)
Expand All @@ -18,6 +19,13 @@ An easy-to-use typescript wrapper for [Naver Cloud Platform API](https://api.ncl



## Dependency

- axios
- crypto



## Installation

with npm
Expand Down Expand Up @@ -96,11 +104,11 @@ type NCPAuthKeyType = {
~~~typescript
type SendSMSParamType = {
// `to` is recipient's phone number
to: '01011112345'
to: string
// `content` is text content what you want to send
content: 'say hi for users'
content: string
// `countryCode` is recipient's country code but
countryCode?: '82'
countryCode?: string
}

type SendSMSReturnType = {
Expand Down

0 comments on commit bae724a

Please sign in to comment.