Collection of API microservices, done as part of FreeCodeCamp's backend curriculum.
The app contains 5 microservices:
User can pass as url parameter time in unix or natural format, and the API will return time as JSON with both unix and natural time.
User can retrieve informations about his computer, IP adress, browser, OS....
User can pass url as url parameter, and the API wil shorten that url to a number, so that user can then pass that number as url parameter, and the user will be redirected to the original page.
User can search for images, API can return json, or render images on the page. History for last 10 searches is also available.
User can submit a file to the microservice, and it will return information about the file.