Home

Awesome

Nat.js

npm license

Next generation mobile framework for building native / hybrid apps.

Links

Documentation

To check out docs and examples, visit natjs.com.

Nat Explorer

<img src="http://natjs.com/_assets/images/nat_screen_view.png" width="720" style="max-width: 720px; margin: -4% 0 0 -9%;">

Nat Explorer is a nat example app, help you explore Nat modules instantly. Source Code

Available on App Store    Android App on Google Play

Also, you can download it directly by scan the QRcode below.

<img src="http://natjs.com/_assets/images/nat-explorer_qrcode-s.png" alt="Download Nat Explorer" width="120" style="display: block;">

Installation

npm install natjs --save

Add nat moudles you need from weex plugin market

weexpack plugin add [nat moudle]

Usage

Use Nat in vue/weex file (.vue/.we)

<script>
import Nat from 'natjs'

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

// Take a photo
Nat.camera.captureImage((err, ret) => {
    console.log('Path: ', ret.path)
})

// Get device info
Nat.device.info((err, ret) => {
    console.log('Info: ', ret)
})

</script>

Modules

Supported Platforms

License

MIT

Copyright (c) 2017-present, Acathur