octocard icon indicating copy to clipboard operation
octocard copied to clipboard

Using updated github api to optimize octocard

Open zmmbreeze opened this issue 9 years ago • 1 comments

Github updated the api /user/repos, now this api can also return organization-owned repositories.

zmmbreeze avatar Mar 02 '15 15:03 zmmbreeze

@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.

zmmbreeze avatar Jul 03 '15 08:07 zmmbreeze