UNPKG

2.26 kBMarkdownView Raw
1[![Zetta](http://www.zettajs.org/images/logos/zetta-logo.svg)](http://www.zettajs.org/)
2
3[![Gitter](https://badges.gitter.im/Join%20Chat.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)
4
5# What is Zetta?
6
7Zetta 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).
8
9# Key concepts
10
11On 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.
12
13# Getting started with Zetta
14
15The 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!
16
17# Installing Zetta
18
19You can install Zetta by cloning it from GitHub or using NPM:
20
21**Clone from GitHub**
22```bash
23git clone git@github.com:zettajs/zetta.git && cd zetta
24
25npm install
26```
27
28**NPM**
29```bash
30npm install zetta
31```
32
33
34# Docs
35
36* 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.
37
38* You can also visit the Zetta site at [http://zettajs.github.io/](http://zettajs.github.io/) project recipes, event information, community links, and more.
39
40# Community
41
42The 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.
43
44* [Google group](https://groups.google.com/forum/#!forum/zetta-discuss)
45* [Gitter chat](https://gitter.im/zettajs/zetta)
46
47# Issues
48
49You can file issues on our GitHub [issues page](https://github.com/zettajs/zetta/issues).
50
51
52## License
53
54MIT