An open API service indexing awesome lists of open source software.

https://github.com/adrielcodeco/pii-application

A structured web application
https://github.com/adrielcodeco/pii-application

Last synced: 8 months ago
JSON representation

A structured web application

Awesome Lists containing this project

README

          

# [Pii Application](https://github.com/adrielcodeco/pii-application)

Pii Application is a structured web application

[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com)
[![Build Status (linux, Mac)](https://travis-ci.org/adrielcodeco/pii-application.svg?branch=master)](https://travis-ci.org/adrielcodeco/pii-application)
[![Build status (Windows)](https://ci.appveyor.com/api/projects/status/bcssobttdrxesf0a?svg=true)](https://ci.appveyor.com/project/adrielcodeco/pii-application/branch/master)
[![Coverage Status](https://coveralls.io/repos/github/adrielcodeco/pii-application/badge.svg?branch=master)](https://coveralls.io/github/adrielcodeco/pii-application?branch=master)

[![NPM](https://nodei.co/npm/@pii/application.png)](https://npmjs.org/package/@pii/application)

## Installation

```
npm i -S @pii/application
```

## Requirements

* NodeJS version >= 6

## Documentation

* [Quick Start](https://github.com/adrielcodeco/pii-application/quick-start.html)
* [Examples](https://github.com/adrielcodeco/pii-application/examples.html)

## Examples

Here is a simple example to get you started:

index.ts

```ts
import { Application } from '@pii/application'

const app = new Application()
app.run()
```

### License

This project is [MIT licensed](./LICENSE).