<br />
<p align="center">
  <img width="240" src="assets/logo.png" />
</p>
<br />

# green-sdk
> An SDK for creating green applications targeting AWS Greengrass.

![Green application](https://img.shields.io/badge/green-sdk-brightgreen.svg)
[![CodeFactor](https://www.codefactor.io/repository/github/hqarroum/green-sdk/badge)](https://www.codefactor.io/repository/github/hqarroum/green-sdk)

Current version: **1.1.1**

Lead Maintainer: [Halim Qarroum](mailto:hqm.post@gmail.com)

## Table of contents

- [Installation](#install)
- [Description](#description)
- [API](#api)
- [See also](#see-also)

## Install

```bash
npm install --save green-sdk
```

## Description

This module targets developers wanting to develop compliant green applications running on AWS Greengrass. It provides software classes allowing them to declare their application, register them automatically on the [green-discovery](https://github.com/HQarroum/green-discovery) service discovery agent, etc.

## See also

 - The [green-cli](https://github.com/HQarroum/green-cli) command-line tool.
 - The [Expressify](https://github.com/HQarroum/expressify) framework.
 
