0.1.0 • Published 5 years ago

fairest v0.1.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
5 years ago

fairest

The fairest tool for writing RESTful API backends on Express

Fairest helps you structure your handlers into RESTful resources that conform to the HTTP standard, and transforms the promise it returns into a proper Express response.

Installation

Fairest is available on npm, and can be installed with the following command.

yarn add fairest # or
npm install --save fairest

Usage

For now, check out the tests for example usage.

Features

  • Create RESTful resources
  • Convert promises into responses
  • Content negotiation
0.1.1

5 years ago

0.1.0

5 years ago