A simple web app built with Node.js and Express which can do the following:
- Accepts a POST request to the route “/test”, which accepts one argument “string_to_cut”
- Returns a JSON object with the key “return_string” and a string containing every third letter from the original string