My name is Andrés Talero. I am a graduate student at Columbia University in the City of New York in the Master of Science program in Computer Science. I did most of the projects on this page through Free Code Camp, an online web development Bootcamp.
API that takes a UNIX time or natural language time and returns an object containing both the unix time and the natural language time requested.
This API abstracts the the Google Custom Search API. In other words, it takes a complicated API and dramatically simplifies it by making requests easy to make, and only providing the most essential information in the JSON response.
Upload a file and receive an object containning the size of your file in bytes. This project makes use of the multer module to obtain file metadata.