h - Move left
j - Move down
k - Move up
l - Move right
$ - Move to end of line
0 - Move to beginning of line (including whitespace)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const http = require('http'); | |
| const PORT = Number(process.argv[2]) || 8080; | |
| const child_process = require('child_process'); | |
| const Routes = { | |
| BATTERY: /\/battery\/?/ | |
| }; | |
| const Status = { | |
| NOT_FOUND: 404, |
| HEADER | EMPHASIS | HORIZONTAL_LINE | LIST | TABLE
NewerOlder
