Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

Commit

Permalink
Merge pull request #204 from FalloutX/master
Browse files Browse the repository at this point in the history
Add Some Video Resources.
  • Loading branch information
nlf committed Jul 21, 2015
2 parents a53bf80 + 4eaee17 commit 484b75a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,15 @@ exports.categories = {
url: 'https://medium.com/@poeticninja/authentication-and-authorization-with-hapi-5529b5ecc8ec',
description: 'Article on how to secure your hapi application.'
}
},
'Videos': {
'Hapi Days Conf 2014 Videos': {
url: 'https://www.youtube.com/playlist?list=PLzc1AUDlJ7WvcMnv3NaEwgh0i2nJKl0GX',
description: 'hapi days is a one day conference that\'s focused on hapi and the people that use it.'
},
'Nodevember Conf 2014 Hapi.js Workshop': {
url: 'https://www.youtube.com/watch?v=TEKFocYepFY',
description: 'A Hapi from Scratch Tutorial By Ben Acker And Wyatt Preul at Nodevember Conf. '
}
}
};

0 comments on commit 484b75a

Please sign in to comment.