UNPKG

2.26 kBMarkdownView Raw
1[![Zetta](http://www.zettajs.org/images/logos/zetta-logo.svg)](http://www.zettajs.org/)
2
3
4[![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) [![Build Status](https://travis-ci.org/zettajs/zetta.svg?branch=master)](https://travis-ci.org/zettajs/zetta)
5
6# What is Zetta?
7
8Zetta is an open source, API-first, [Node.js](https://nodejs.org)-based platform for the Internet of Things. To learn more about Zetta now, jump to [Introduction to Zetta](https://github.com/zettajs/zetta/wiki/Overview) on the [Zetta doc wiki](https://github.com/zettajs/zetta/wiki).
9
10# Key concepts
11
12On the [Zetta Doc wiki](https://github.com/zettajs/zetta/wiki), you'll find a [conceptual overview](https://github.com/zettajs/zetta/wiki/Overview), getting started [tutorials](https://github.com/zettajs/zetta/wiki/Mock-Device), the API reference, and other topics to help you build Zetta projects.
13
14# Getting started with Zetta
15
16The Zetta [Quick Start](https://github.com/zettajs/zetta/wiki/Quick-Start) is the quintessential "Hello World" project for Zetta. Learn how to install Zetta, create a new Zetta project, fire up a Zetta server, and call a Zetta API. It just takes a few minutes!
17
18# Installing Zetta
19
20You can install Zetta by cloning it from GitHub or using NPM:
21
22**Clone from GitHub**
23```bash
24git clone git@github.com:zettajs/zetta.git && cd zetta
25
26npm install
27```
28
29**NPM**
30```bash
31npm install zetta
32```
33
34
35# Docs
36
37* The [Zetta Doc Wiki](https://github.com/zettajs/zetta/wiki) is where you'll find all of the documentation for Zetta, including overviews, tutorials, and reference content.
38
39* You can also visit the Zetta site at [http://zettajs.github.io/](http://zettajs.github.io/) project recipes, event information, community links, and more.
40
41# Community
42
43The supportive Zetta community is steadily growing. We have channels where you can interact with the Zetta team directly as well as with other Zetta enthusiasts.
44
45* [Google group](https://groups.google.com/forum/#!forum/zetta-discuss)
46* [Gitter chat](https://gitter.im/zettajs/zetta)
47
48# Issues
49
50You can file issues on our GitHub [issues page](https://github.com/zettajs/zetta/issues).
51
52
53## License
54
55MIT