Skip to content

austinwang14/CutString

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CutString

Description

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"}

How to Start

  1. Install dependencies by running npm install.
  2. Start the server by running node server.
  3. You can now send any string to the /test endpoint on port 3000!

Technologies Used

NodeJS, Express, NPM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors