2.0.0 • Published 7 years ago

trailpack-webserver v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

trailpack-webserver

Gitter NPM version Build status Dependency Status Code Climate Follow @trailsjs on Twitter

Parent to the Web Server Trailpacks (hapi, koa, express4, etc).

Usage

Web Server Trailpacks should extend this Trailpack. For example, trailpack-hapi is implemented thus:

const WebServerTrailpack = require('trailpack-webserver')
class HapiTrailpack extends WebServerTrailpack {
  // ...
}

API

getOptionsFromQuery(query)

Extract non-criteria options from the query object.

getCriteriaFromQuery(query)

Extract only the criteria from the query object.

Contributing

We love contributions! Please check out our Contributor's Guide for more information on how our projects are organized and how to get started.

License

MIT