Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdussamadyisau/glitchapi
Solution for this challenge : https://hirng-x2021.glitch.me/backend
https://github.com/abdussamadyisau/glitchapi
Last synced: 9 days ago
JSON representation
Solution for this challenge : https://hirng-x2021.glitch.me/backend
- Host: GitHub
- URL: https://github.com/abdussamadyisau/glitchapi
- Owner: AbdussamadYisau
- Created: 2021-01-08T13:02:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-08T13:50:27.000Z (about 4 years ago)
- Last Synced: 2023-03-09T05:36:21.181Z (almost 2 years ago)
- Language: JavaScript
- Size: 243 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readMe.md
Awesome Lists containing this project
README
# 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](https://github.com/AbdussamadYisau/GlitchAPI/blob/master/assets/testGlitchMe.png)
![Image of Localhost Testing With Specified field](https://github.com/AbdussamadYisau/GlitchAPI/blob/master/assets/specifiedField.png)
![Image of Localhost Testing with Invalid URL](https://github.com/AbdussamadYisau/GlitchAPI/blob/master/assets/invalidURL.png)
## Made by [Abdussamad Yisau](https://github.com/AbdussamadYisau/)
Find out more about this project [here](https://glitch.com/~outstanding-amused-sombrero)
( ᵔ ᴥ ᵔ )