https://github.com/fiveisprime/example-hapi-api
Example API using Hapi.
https://github.com/fiveisprime/example-hapi-api
Last synced: about 1 year ago
JSON representation
Example API using Hapi.
- Host: GitHub
- URL: https://github.com/fiveisprime/example-hapi-api
- Owner: fiveisprime
- Created: 2013-07-17T00:49:56.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-17T01:35:40.000Z (about 12 years ago)
- Last Synced: 2025-04-18T15:16:41.790Z (about 1 year ago)
- Language: JavaScript
- Size: 189 KB
- Stars: 15
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example REST API using Hapi
===========================
Code example from the
[Modulus blog post](http://blog.modulus.io/nodejs-and-hapi-create-rest-api)
about building a REST API using Hapi.
**Both version 1 and version 2 of Hapi are covered. To see the version 1
implementation, check out the
[hapi-v1](https://github.com/fiveisprime/example-hapi-api/tree/hapi-v1)
branch.**
_Note: requires node version 0.10.x_