okay-computer
v1.2.1
Published
A server that returns 200 OK to any requests, including a song lyric from the Radiohead album OK Computer in the response as text/plain.
Downloads
8
Readme
ok-computer
"ok-computer" is a web server that returns 200 OK to any requests it receives. It logs the incoming request URL and method in the console. As a response it send a random lyric from the Radiohead album "OK Computer".
Quick Start
Run the server using npx
:
npx ok-computer [port]