-
Notifications
You must be signed in to change notification settings - Fork 778
Closed
Description
Hi,
I'm getting
Uncaught ReferenceError: Github is not defined
here is what I'm trying:
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<script src="https://unpkg.com/github-api/dist/GitHub.bundle.min.js"></script>
<title>Database Rider</title>
</head>
<script type="text/javascript">
var github = new Github({ //<---------- error is here
token: 'my gh user token'
});
</script>
What am I missing?
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels