8000 Merge branch 'step-1-dev' into step-2-dev · cethap/sdk-node-tutorial@3179804 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3179804

Browse files
committed
Merge branch 'step-1-dev' into step-2-dev
2 parents 42ce9d1 + 529131e commit 3179804

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
config.js
22
node_modules
3+
credentials.js

config.example.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
key: 'xHZzysJg1RKVy0r7UjbysScXiMI',
3+
secret: '76iX1YwtQExRpbPZhigpuRW8IKA'
4+
};

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ <h3>Your profile</h3>
9898
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
9999
<script src="src/oauth.js"></script>
100100
<script src="src/background.js"></script>
101+
<script src="src/credentials.js"></script>
101102
<script src="src/script.js"></script>
102103
</body>
103104
</html>

public/src/credentials.example.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
var credentials = {
2+
key: ''
3+
};

0 commit comments

Comments
 (0)
0