Returns a string containing every third letter from the original string when a request is sent to the /test endpoint with the following JSON format: {"string_to_cut": "iamyourlyftdriver"}
This should return the following: {"return_string": "muydv"}
- Install dependencies by running
npm install. - Start the server by running
node server. - You can now send any string to the /test endpoint on port 3000!
NodeJS, Express, NPM