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

https://github.com/sergeysova/representer

Easily map REST documents to models
https://github.com/sergeysova/representer

Last synced: about 1 year ago
JSON representation

Easily map REST documents to models

Awesome Lists containing this project

README

          

# representer

[![GitHub stars](https://img.shields.io/github/stars/lestad/representer.svg)](https://github.com/lestad/representer/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/lestad/representer.svg)](https://github.com/lestad/representer/network)
[![npm](https://img.shields.io/npm/dm/representer.svg?maxAge=2592000)](https://npmjs.com/representer)
[![GitHub issues](https://img.shields.io/github/issues/lestad/representer.svg?maxAge=2592000)]()
[![Maintainer](https://img.shields.io/badge/maintainer-lestad-blue.svg)](https://lestad.top)

## Readme

[![Code Climate](https://codeclimate.com/github/LestaD/representer/badges/gpa.svg)](https://codeclimate.com/github/LestaD/representer)
[![Test Coverage](https://codeclimate.com/github/LestaD/representer/badges/coverage.svg)](https://codeclimate.com/github/LestaD/representer/coverage)
[![Issue Count](https://codeclimate.com/github/LestaD/representer/badges/issue_count.svg)](https://codeclimate.com/github/LestaD/representer)
[![Build Status](https://travis-ci.org/LestaD/representer.svg?branch=master)](https://travis-ci.org/LestaD/representer)
[![David](https://img.shields.io/david/dev/lestad/representer.svg?maxAge=2592000)]()

Easily map REST documents to models

## Installation

[![npm](https://img.shields.io/npm/v/representer.svg?maxAge=2592000)](https://npmjs.com/representer)
[![Minimum node](https://img.shields.io/badge/engines-node%20%3E%3D%204-green.svg)](https://github.com/LestaD/representer/blob/master/package.json)

[![NPM](https://nodei.co/npm/representer.png?compact=true)](https://nodei.co/npm/representer/)

```bash
npm install --save representer
```

## Usage

```js
const timeout = require('representer');

```

## License

[![license](https://img.shields.io/github/license/lestad/representer.svg?maxAge=2592000)]()