chirag-wadhwa / frontend-101

0 stars 2 forks source link

Github Profile Fetcher #13

Closed chirag-wadhwa closed 4 years ago

chirag-wadhwa commented 4 years ago

The request is being sent by all the three methods and the result is also displayed properly, just the name of the profile being returned is null for any case. What could be the issue?

jshreyans commented 4 years ago

I'll have a look at the error. It's something trivial because the name is being fetched correctly but somehow the innerHTML remains unchanged. Let me see.

A couple of errors:

chirag-wadhwa commented 4 years ago

I have made the changes. Jquery/AJAX method works. Also, when a wrong github handle is entered the screen informs the user about the same.

jshreyans commented 4 years ago

Good job! It works perfectly now.