An open API service indexing awesome lists of open source software.

https://github.com/mannuelf/handlebars-hapi

app built using hapi js and handlebars js
https://github.com/mannuelf/handlebars-hapi

Last synced: 14 days ago
JSON representation

app built using hapi js and handlebars js

Awesome Lists containing this project

README

          

##Note
Please use hapi version 8.x.

To install a version of hapi, use the following syntax when installing:
```sh
npm install hapi@v8.8.1 --save
```

Also, the ```hapi-auth-cookie``` package also has some newer breaking changes. Install with this command:
```sh
npm install hapi-auth-cookie@2.2.0 --save
```