UNPKG

847 BMarkdownView Raw
1# Zetta
2
3[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/zettajs/zetta?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
5[![Build Status](https://travis-ci.org/zettajs/zetta.svg?branch=master)](https://travis-ci.org/zettajs/zetta)
6
7## What is it?
8
9Zetta is an open source Node.js based platform for the internet of things. Our full documentation, and community website can be found at [http://zettajs.github.io/](http://zettajs.github.io/).
10
11Install zetta using npm.
12
13```bash
14$ npm install zetta
15```
16## Docs
17
18Visit our site at [http://zettajs.github.io/](http://zettajs.github.io/) for documentation, and recipes for building systems with Zetta.
19
20## Tests
21
22To run our tests use npm.
23
24```bash
25$ npm test
26```
27
28To see test coverage run this script.
29
30```bash
31$ npm run coverage
32```
33
34## License
35
36MIT