0.1.8 • Published 1 year ago

@winglibs/sns v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

sns

This library allows you to interact with the Amazon SNS Service.

Prerequisites

Installation

npm i @winglibs/sns

Usage

bring sns;

let client = new sns.MobileNotifications();

test "sending an SMS" {
  client.publish(PhoneNumber: "+14155552671", Message: "Hello");
}

License

This library is licensed under the MIT License.

0.1.8

1 year ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.4

2 years ago

0.1.5

2 years ago

0.1.1

2 years ago

0.1.3

2 years ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago