Skip to content

Commit 664fcb3

Browse files
authored
Introduce new [Spotify] command – Search Tracks (#486)
* Spotify: Introduce Search Tracks command * Update README.md * Update README.md
1 parent 5d33ca6 commit 664fcb3

15 files changed

+8338
-0
lines changed
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"root": true,
3+
"env": {
4+
"es2020": true,
5+
"node": true
6+
},
7+
"parser": "@typescript-eslint/parser",
8+
"plugins": ["@typescript-eslint"],
9+
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
10+
}

extensions/spotify-player/.prettierrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"printWidth": 120,
3+
"singleQuote": false
4+
}

extensions/spotify-player/README.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<p align="center">
2+
<img src="assets/icon.png" height="128">
3+
<h1 align="center">Spotify</h1>
4+
</p>
5+
6+
A [Raycast](https://raycast.com/) extension that lets you easily control [Spotify](https://spotify.com).
7+
8+
![Example of Spotify Extension on Raycast](https://user-images.githubusercontent.com/15333662/144867047-d047c089-104d-4709-b28d-1d369a2dab8c.mp4)
9+
10+
### Configure `Client ID` and `Secret`
11+
12+
Please provide **Client ID** and **Secret** in the extension preferences (Preferences -> Extensions -> Search Tracks).\
13+
To create a new client id and secret, do the following:
14+
15+
1. Go to the [Dashboard](https://developer.spotify.com/dashboard) page at the Spotify Developer website and, if necessary, log in.
16+
2. Accept the latest [Developer Terms of Service](https://developer.spotify.com/terms/) to complete your account setup.
17+
3. Create a new Spotify app at [Applications](https://developer.spotify.com/dashboard/applications)
18+
4. Copy **Client ID** and **Client Secret** into the extension preferences
19+
20+
![](https://cln.sh/8rCev4/download)
21+
22+
---
23+
24+
#### Has we forgotten something? Let us know and [create an issue](https://github.com/raycast/extensions/issues/new/choose)!
49.9 KB
Loading
559 Bytes
Loading
535 Bytes
Loading

0 commit comments

Comments
 (0)