prabhakar267 / image-parser

It is a web-app which extracts all the images on any web link. Just enter the name of the website and get all the images which are visible on that page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Created validation for url pattern.

sophiekovalevsky opened this issue · comments

@prabhakar267 if you provide a url that it is not a valid url, the app only tells you: "No Image Found at your Given Location". Maybe we can create a validation first that checks if the text provided in fact, it is a valid url, if not, let's show to the user that the url is not valid.

@sophiekovalevsky There is a validation check, you can check the API response for the same
We can address this issue, once #23 is fixed!

@prabhakar267 for sure then.

@sophiekovalevsky #31 has been merged for #23

@prabhakar267 awesome. I will take a look after! sooo great.