# endpoints [![Build Status](https://secure.travis-ci.org/endpoints/endpoints.svg)](http://travis-ci.org/endpoints/endpoints) [![Code Climate](https://codeclimate.com/github/endpoints/endpoints/badges/gpa.svg)](https://codeclimate.com/github/endpoints/endpoints)

[![NPM](https://nodei.co/npm/endpoints.png)](https://nodei.co/npm/endpoints/)

## What is it?
A pluggable hypermedia API framework compatible with any node http server or data store.

Endpoints comes with a built in formatter for the [JSON API](http://jsonapi.org) specification and a storage adapter for [Bookshelf](http://bookshelfjs.org/).

*Check out the [example implementation](https://github.com/endpoints/example).*

## Roadmap
This project is currently under heavy development. If you wish to use this in a production environment, you'll want to track the commit history closely.

At the time of this writing, performance is **not** a concern of this project.

## Architecture
Please see [the wiki](https://github.com/endpoints/endpoints/wiki).
