nat-communication

1.0.1 • Public • Published

nat-communication

Installation

weexpack plugin add nat-communication
npm install natjs --save

Usage

Use in weex project (.vue/.we)

<script>
import Nat from 'natjs'

// make a phone call
Nat.call('415-736-0000')

// send short message
Nat.sms('415-736-0000')

// send e-mail
Nat.mail('hi@natjs.com')

</script>

See the Nat Documentation for more details.

Package Sidebar

Install

npm i nat-communication

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

68.3 MB

Total Files

830

Last publish

Collaborators

  • natjs