We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi didn't dare to create a pull request but is it possible to add info about a homepage? (if it's provided)
/script/pages
line 50
var homepage = repo.homepage ? `<p> <a href="${repo.homepage}">${repo.homepage}</a> </p>` : '';
line 25
homepage: json[name].repo.homepage,
and maybe here
/explore.html
line 86
$.each(data, function (key, val) { var homepage = data[key].repo.homepage; homepage = homepage ? "<a href='" + homepage + "'>Home page</a><br>" : ""; items.push("<h2>" +
anyway thank for a great tool! it's inspired me to create my own libraries
The text was updated successfully, but these errors were encountered:
yea, thats a good idea
Sorry, something went wrong.
No branches or pull requests
Hi
didn't dare to create a pull request
but is it possible to add info about a homepage? (if it's provided)
/script/pages
line 50
line 25
and maybe here
/explore.html
line 86
anyway thank for a great tool!
it's inspired me to create my own libraries
The text was updated successfully, but these errors were encountered: