Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iainjreid/hapi-registrar
https://github.com/iainjreid/hapi-registrar
hapi hapi-plugin
Last synced: about 22 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/iainjreid/hapi-registrar
- Owner: iainjreid
- Created: 2017-06-01T21:33:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T21:03:02.000Z (about 5 years ago)
- Last Synced: 2024-10-05T15:05:14.363Z (about 1 month ago)
- Topics: hapi, hapi-plugin
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hapi Registrar
Simple, object-oriented registration for Hapi Routes, Methods, and Handlers
[![npm](https://img.shields.io/npm/v/hapi-registrar.svg?style=flat-square)][npm]
[![travis](https://img.shields.io/travis/iainreid820/hapi-registrar/master.svg?style=flat-square)][travis]### Plugin description
This Hapi plugin provides a quick, easy, and efficient interface to register Routes, Methods, and Handlers. Rather than
scanning directories like other tools that attempt to achieve this behaviour, this plugin accepts an individual object
for the Routes, Methods, and Handlers respectively.[npm]: https://www.npmjs.com/package/hapi-registrar
[greenkeeper]: https://www.greenkeeper.io
[travis]: https://www.travis-ci.org