residue-native
v1.0.19
Published
Residue native bindings for Node.js
Downloads
13
Readme
﷽
Residue Node.js Native Binding
This module goes hand-in-hand with residue-node. You must have C++ library already installed on the system.
Requirements
- Node 7+
Install
First, you need to install libresidue binary (dynamic)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/zuhd-org/residue-cpp/master/install.sh)"
Once dynamic library is available you can install the package, that will eventually build the native module.
npm install --save residue-native
API
Please see Native Binding section for API and usage.
License
Copyright 2017-present Zuhd Web Services
Copyright 2017-present @abumusamq
https://github.com/zuhd-org/
https://zuhd.org/
https://muflihun.com/
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.