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

https://github.com/gyselroth/balloon-node-sync

balloon synchronization library built on nodejs
https://github.com/gyselroth/balloon-node-sync

balloon nodejs nodejs-module synchronization

Last synced: about 1 year ago
JSON representation

balloon synchronization library built on nodejs

Awesome Lists containing this project

README

          

# balloon Node.js Sync
[![Build Status](https://travis-ci.org/gyselroth/balloon-node-sync.svg?branch=master)](https://travis-ci.org/gyselroth/balloon-node-sync)
[![npm](https://img.shields.io/npm/v/@gyselroth/balloon-node-sync.svg)](https://www.npmjs.com/package/@gyselroth/balloon-node-sync)
[![GitHub release](https://img.shields.io/github/release/gyselroth/balloon-node-sync.svg)](https://github.com/gyselroth/balloon-node-sync/releases)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/gyselroth/balloon-node-sync/master/LICENSE)

This is a Node.js synchonization library for the [balloon](https://github.com/gyselroth/balloon) cloud server.

## Download
You can get the package via npm registry:\
https://www.npmjs.com/package/@gyselroth/balloon-node-sync

To install the package via dependencies add @gyselroth/balloon-node-sync to your package.json:
```
npm install --save @gyselroth/balloon-node-sync
```