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

https://github.com/ursiform/forest-wares

A collection of useful middlewares for use with forest.App
https://github.com/ursiform/forest-wares

Last synced: 5 months ago
JSON representation

A collection of useful middlewares for use with forest.App

Awesome Lists containing this project

README

          

# forest-wares

[![Coverage Status](https://coveralls.io/repos/github/ursiform/forest-wares/badge.svg?branch=master)](https://coveralls.io/github/ursiform/forest-wares?branch=master)

[![API documentation](https://godoc.org/github.com/ursiform/forest-wares?status.svg)](https://godoc.org/github.com/ursiform/forest-wares)

`forest-wares` is a package that contains
[`bear.HandlerFunc`](https://godoc.org/github.com/ursiform/bear#HandlerFunc)
(middleware) generating functions and installers for use with
[`forest.App`](https://godoc.org/github.com/ursiform/forest#App)
instances.

## Install
go get github.com/ursiform/forest-wares

## Test
go test -cover github.com/ursiform/forest-wares

## API

[![API documentation](https://godoc.org/github.com/ursiform/forest-wares?status.svg)](https://godoc.org/github.com/ursiform/forest-wares)

## License
[MIT License](LICENSE)