hapi-axios
a fun and lightweight integration between hapi and axios
Dependencies
Hapi >= 17.5.3 Axios >= 0.18.0
Usage
- Installation
npm i hapi-axios
- Register
const Hapi = ;const HapiAxios = ; const server = host: 'localhost' port: 4000; await server; await serverstart;
- Usage
server;