Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octoblu/gateblu
updateType
https://github.com/octoblu/gateblu
Last synced: 25 days ago
JSON representation
updateType
- Host: GitHub
- URL: https://github.com/octoblu/gateblu
- Owner: octoblu
- License: mit
- Created: 2014-10-08T21:19:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T22:26:40.000Z (over 8 years ago)
- Last Synced: 2024-12-16T05:35:48.458Z (about 1 month ago)
- Language: CoffeeScript
- Homepage:
- Size: 96.7 KB
- Stars: 22
- Watchers: 15
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gateblu
The core Gateblu library. See [Gateblu Forever](https://github.com/octoblu/gateblu-forever) for an example implementation.
[![Build Status](https://travis-ci.org/octoblu/gateblu.svg?branch=master)](https://travis-ci.org/octoblu/gateblu)
[![Code Climate](https://codeclimate.com/github/octoblu/gateblu/badges/gpa.svg)](https://codeclimate.com/github/octoblu/gateblu)
[![Test Coverage](https://codeclimate.com/github/octoblu/gateblu/badges/coverage.svg)](https://codeclimate.com/github/octoblu/gateblu)
[![npm version](https://badge.fury.io/js/gateblu.svg)](http://badge.fury.io/js/gateblu)
[![Gitter](https://badges.gitter.im/octoblu/help.svg)](https://gitter.im/octoblu/help)Sample `meshblu.json`
```json
{
"server": "meshblu.octoblu.com",
"port": "80",
"devicePath": "devices",
"tmpPath": "tmp",
"uuid": "c4110691-69fd-11e4-b75c-63db18512b02",
"token": "0kmpejq8ul434n29pbti61d2q4vg3nmi"
}
```