Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexium310/spotify-nowplaying
A Chrome extension that tweets the song you are listening to on Spotify
https://github.com/hexium310/spotify-nowplaying
Last synced: 21 days ago
JSON representation
A Chrome extension that tweets the song you are listening to on Spotify
- Host: GitHub
- URL: https://github.com/hexium310/spotify-nowplaying
- Owner: hexium310
- License: mit
- Created: 2019-04-02T17:06:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T15:22:54.000Z (3 months ago)
- Last Synced: 2024-10-21T23:21:08.158Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 767 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotify NowPlaying
A Chrome extension that tweets the song you are listening to on Spotify
## For Firefox
### Installation
This web extension is unsigned, so you cannot install it the stable version of Firefox. See below.
> Unsigned extensions can be installed in the Developer Edition, Nightly, and ESR versions of Firefox,
after toggling the xpinstall.signatures.required preference in about:config.
https://extensionworkshop.com/documentation/publish/signing-and-distribution-overview/1. Download `spotify-nowplaying.xpi` from [releases][releases-latest] and install it
### Usage
#### Set up
1. Create a Spotify app from [Spotify dashboard][spotify-dashboard] and copy the client id
1. Paste the client id into Client ID in the option page of this extension
1. Add the redirect URL displayed in the option page of this extension into Redirect URIs in [Spotify dashboard][spotify-dashboard]
1. Click Login button in the option page of this extensionAfter setup is complete, click the extension icon on toolbar to tweet the song you are listening to on Spotify.
## For Google Chrome
Use [5.1][]
## Build
```sh
yarn && yarn build
```[releases-latest]: https://github.com/hexium310/spotify-nowplaying/releases/latest
[spotify-dashboard]: https://developer.spotify.com/dashboard
[5.1]: https://github.com/hexium310/spotify-nowplaying/blob/0.5.1/README.md