/file-metadata

Repository for the File Metadata freecodecamp.com challenge

Primary LanguageJavaScript

API Basejump: File Metadata Microservice

For Free Code Camp - API Basejump: File Metadata Microservice

User Stories

  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.

Sample Output

{
	"size":"12200 bytes"
}