Skip to content

Instantly share code, notes, and snippets.

View duyquach-castr's full-sized avatar

Duy Quach duyquach-castr

View GitHub Profile
This file has been truncated, but you can view the full file.
[
{
"email": "ryan@ellerbestyle.com",
"planId": "5ccc2d46588ccab4bdd556dc",
"planName": "Broadcast X2 Scheduler 2GB - Yearly",
"planCategory": "scheduled",
"extraDestinationLimit": 2,
"extraDestinationUsed": 0,
"uniqueDestinationLimit": 10,
"uniqueDestinationUsed": 0
@duyquach-castr
duyquach-castr / server-ext.js
Created May 24, 2022 02:54
HapiJS sample code
const _ = require('lodash')
const Hapi = require('@hapi/hapi');
const readme = require('readmeio');
const init = async () => {
const server = Hapi.server({
port: 4040,
host: 'localhost'
});