Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김유민
/
digging-service
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
blue
2021-12-05 23:08:10 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f7c1e6ff047cb0c898f83a8458e7853a7afba506
f7c1e6ff
1 parent
a481688a
Modify README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
README.md
README.md
View file @
f7c1e6f
...
...
@@ -42,14 +42,15 @@
```
npm install
```
4.
Enter your API in
`api.js`
``` javascript
var spotifyApi = new SpotifyWebApi({
4. Enter your API in api.js
```
var spotifyApi = new SpotifyWebApi({
clientId: "your id",
clientSecret: "your secret",
redirectUri: "redirectUri"
});
```
```
<p
align=
"right"
>
(
<a
href=
"#top"
>
back to top
</a>
)
</p>
...
...
Please
register
or
login
to post a comment