Skip to content

AbdussamadYisau/GlitchAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glitch-Backend-Challenge

A single express API endpoint route [HTTP POST]

payload

{
  "csv":{
    "url": "https://linktocsv",
    "select_fields": ["First Name", "Last Name", "Age"],
  }
}

response

{
  "conversion_key": "ZEMAHBb54vkFXPHA9jHY6Xp3gMnMAKYg",
  "json": [
    {
      "First Name":"Ade",
      "Last Name":"Stark",
      "Age": 21 
    },
    {
      "First Name":"Ade",
      "Last Name":"Stark",
      "Age": 21 
    }
  ]
}

Testing on Postman

Image of Testing With Glitch Link, no specified field

Image of Localhost Testing With Specified field

Image of Localhost Testing with Invalid URL

Find out more about this project here

( ᵔ ᴥ ᵔ )

About

Solution for this challenge : https://hirng-x2021.glitch.me/backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published