Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce new [Spotify] command – Search Tracks #486

Merged
merged 3 commits into from
Dec 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions extensions/spotify-player/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"root": true,
"env": {
"es2020": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
}
4 changes: 4 additions & 0 deletions extensions/spotify-player/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
24 changes: 24 additions & 0 deletions extensions/spotify-player/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<p align="center">
<img src="assets/icon.png" height="128">
<h1 align="center">Spotify</h1>
</p>

A [Raycast](https://raycast.com/) extension that lets you easily control [Spotify](https://spotify.com).

![Example of Spotify Extension on Raycast](https://user-images.githubusercontent.com/15333662/144867047-d047c089-104d-4709-b28d-1d369a2dab8c.mp4)

### Configure `Client ID` and `Secret`

Please provide **Client ID** and **Secret** in the extension preferences (Preferences -> Extensions -> Search Tracks).\
To create a new client id and secret, do the following:

1. Go to the [Dashboard](https://developer.spotify.com/dashboard) page at the Spotify Developer website and, if necessary, log in.
2. Accept the latest [Developer Terms of Service](https://developer.spotify.com/terms/) to complete your account setup.
3. Create a new Spotify app at [Applications](https://developer.spotify.com/dashboard/applications)
4. Copy **Client ID** and **Client Secret** into the extension preferences

![](https://cln.sh/8rCev4/download)

---

#### Has we forgotten something? Let us know and [create an issue](https://github.com/raycast/extensions/issues/new/choose)!
Binary file added extensions/spotify-player/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/spotify-player/assets/play-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/spotify-player/assets/play-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading