octocard
octocard copied to clipboard
Using updated github api to optimize octocard
Github updated the api /user/repos
, now this api can also return organization-owned repositories.
@dikiaap I checked your website's source code. Found the following code:
<html>
<body>
<script
data-name="dikiaap"
data-modules="base,details,stats,repos,eventsStatis,orgs"
data-reposNum="3"
src="http://octocard.in/o.js">
</script>
</body>
</html>
Why there are html
and body
tag inside the main body
tag. You should remove them.
PS: please create a new issue.