Simple express server returning message in ascii font larry3D

This commit is contained in:
2022-10-14 19:33:58 +02:00
parent 6165a685cd
commit 2c32abfde4
3 changed files with 494 additions and 0 deletions

6
package.json Normal file
View File

@@ -0,0 +1,6 @@
{
"dependencies": {
"express": "^4.18.2",
"figlet": "^1.5.2"
}
}