/fcc-api-fileSize

An API File Size Microservice. https://api-file-fcc.herokuapp.com/

Primary LanguageJavaScript

API: File Metadata Microservice

A Freecodecamp.com Backend Challenge.

This API Image search Abstraction layer microservice does the following:

  1. I can submit a FormData object that includes a file upload.
  2. When I submit something, I will receive the file size in bytes within the JSON response.

Example API Output:

{
    "size": 223549
}