Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zettajs/zetta
An API-first, open source software platform for the Internet of Things.
https://github.com/zettajs/zetta
Last synced: about 1 month ago
JSON representation
An API-first, open source software platform for the Internet of Things.
- Host: GitHub
- URL: https://github.com/zettajs/zetta
- Owner: zettajs
- License: mit
- Created: 2014-04-18T16:34:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T15:49:57.000Z (4 months ago)
- Last Synced: 2024-10-07T09:49:56.824Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.01 MB
- Stars: 560
- Watchers: 46
- Forks: 116
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cv - Zetta: An API-first, open source software platform for the Internet of Things.
- awesome-nodejs - zetta - An API-first, open source software platform for the Internet of Things. ![](https://img.shields.io/github/stars/zettajs/zetta.svg?style=social&label=Star) (Repository / IoT)
- awesome-cv - Zetta: An API-first, open source software platform for the Internet of Things.
README
[![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)
# What is Zetta?
Zetta 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).
# Key concepts
On 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.
# Getting started with Zetta
The 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!
# Installing Zetta
You can install Zetta by cloning it from GitHub or using NPM:
**Clone from GitHub**
```bash
git clone [email protected]:zettajs/zetta.git && cd zettanpm install
```**NPM**
```bash
npm install zetta
```# Docs
* 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.
# Community
The 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.
* [Google group](https://groups.google.com/forum/#!forum/zetta-discuss)
* [Gitter chat](https://gitter.im/zettajs/zetta)# Issues
You can file issues on our GitHub [issues page](https://github.com/zettajs/zetta/issues).
## License
MIT