1387 Views
I'm learning how to build a node server without express.js or any other external packages. I built this simple API which shows interesting fruit facts in JSON format. When you type in localhost:3000/apple or any other available fruits, it will spit out this json. See the working demo here.
0 comments