https://github.com/zedd45/makemehapi-exercieses
These are my solutions to the makemehapi tutorial found at https://github.com/hapijs/makemehapi
https://github.com/zedd45/makemehapi-exercieses
Last synced: 9 months ago
JSON representation
These are my solutions to the makemehapi tutorial found at https://github.com/hapijs/makemehapi
- Host: GitHub
- URL: https://github.com/zedd45/makemehapi-exercieses
- Owner: zedd45
- Created: 2015-04-08T05:54:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-21T03:45:16.000Z (about 11 years ago)
- Last Synced: 2025-03-28T23:12:29.211Z (about 1 year ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `makemehapi` Exercises
These are my solutions to the makemehapi tutorial found at https://github.com/hapijs/makemehapi
First, download the dependencies by running:
```
npm i
```
You'll also need to install the cli for `makemehapi`, globally:
```
npm install -g makemehapi
```
Then, run `makemehapi` to read the instructions for each exercise. When you are ready, hook up verification by running `makemehapi verify {exercise}.js`.
I will eventually re-order them by prefixing the exercise number.