Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avaer/android-log

Android log function binding as a native module
https://github.com/avaer/android-log

Last synced: about 2 months ago
JSON representation

Android log function binding as a native module

Awesome Lists containing this project

README

        

# a-native-example

An example Node.js native module

```
npm install a-native-example
```

Used to showcase prebuilds

[![build status](https://travis-ci.org/mafintosh/a-native-example.svg?branch=master)](https://travis-ci.org/mafintosh/a-native-example)
[![Build status](https://ci.appveyor.com/api/projects/status/ulm9iw0vkimeugr3?svg=true)](https://ci.appveyor.com/project/mafintosh/a-native-example)

## Usage

``` js
var print = require('a-native-example')

print('hello world') // will print "hello world" from C++
```

## License

MIT