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

https://github.com/naxmefy/node-koa-router-support


https://github.com/naxmefy/node-koa-router-support

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# node-koa-router-support

[![npm version](https://badge.fury.io/js/%40naxmefy%2Fkoa-router-support.svg)](https://badge.fury.io/js/%40naxmefy%2Fkoa-router-support)

[![Build Status](https://travis-ci.org/naxmefy/node-koa-router-support.svg?branch=master)](https://travis-ci.org/naxmefy/node-koa-router-support)
[![Coverage Status](https://coveralls.io/repos/github/naxmefy/node-koa-router-support/badge.svg?branch=master)](https://coveralls.io/github/naxmefy/node-koa-router-support?branch=master)

## Installation

```
$ npm install --save @naxmefy/koa-router-support
```

## Usage

```JavaScript
import KoaRouter from 'koa-router'
import koaRouterSupport from '@naxmefy/koa-router-support'

koaRouterSupport(KoaRouter)
```