Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/playlisteer/playlisteer
Playlisteer module
https://github.com/playlisteer/playlisteer
javascript marketing music soundcloud soundcloud-repost spotify spotify-playlist
Last synced: about 14 hours ago
JSON representation
Playlisteer module
- Host: GitHub
- URL: https://github.com/playlisteer/playlisteer
- Owner: playlisteer
- License: mit
- Created: 2021-06-08T08:56:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T21:51:25.000Z (5 months ago)
- Last Synced: 2024-11-10T10:40:07.704Z (4 days ago)
- Topics: javascript, marketing, music, soundcloud, soundcloud-repost, spotify, spotify-playlist
- Language: JavaScript
- Homepage: https://playlisteer.com
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Site | NPM Module | GitHub Repo
playlisteer is the official npm module of Playlisteer, a service that pitches your music to trending Spotify playlists & large SoundCloud channels## 🌐 Playlisteer Works in Node AND browser environments
Yes, this module works in both Node and browser environments, including compatibility with [Webpack](https://www.npmjs.com/package/webpack) and [Browserify](https://www.npmjs.com/package/browserify)!## 🦄 Features
* Getting proxy lists### 🔑 Getting an API key
You can use so much of `playlisteer` for free, but if you want to do some advanced stuff, you'll need an API key. You can get one by [signing up for a Playlisteer account](https://playlisteer.com/signup).## 📦 Install Playlisteer
### Option 1: Install via npm
Install with npm if you plan to use `playlisteer` in a Node project or in the browser.
```shell
npm install playlisteer
```
If you plan to use `playlisteer` in a browser environment, you will probably need to use [Webpack](https://www.npmjs.com/package/webpack), [Browserify](https://www.npmjs.com/package/browserify), or a similar service to compile it.```js
const playlisteer = new (require('playlisteer'))({
// Not required, but having one removes limits (get your key at https://playlisteer.com).
apiKey: 'api_test_key'
});
```### Option 2: Install via CDN
Install with CDN if you plan to use Playlisteer only in a browser environment.
```htmlvar playlisteer = new Playlisteer({
// Not required, but having one removes limits (get your key at https://playlisteer.com).
apiKey: 'api_test_Key'
});```
### Option 3: Use without installation
You can use `playlisteer` in a variety of ways that require no installation, such as `curl` in terminal/shell. See the **Use without installation** section below.## ⚡️ Using Playlisteer
After you have followed the install step, you can start using `playlisteer` to pitch your music to multiple major music channelsFor a more in-depth documentation of this library and the Playlisteer service, please visit the official Playlisteer website.
## 🔧 Use without installation
### Use Playlisteer with `curl`
```shell
# Standard
curl -X POST https://api.playlisteer.com
```## 📝 What Can Playlisteer do?
Playlisteer is a service that pitches your music to trending Spotify playlists & large SoundCloud channels. Use this amazing [Spotify playlist pitching service](https://playlisteer.com/spotify-promotion)## 🗨️ Final Words
If you are still having difficulty, we would love for you to post
a question to [the Playlisteer issues page](https://github.com/playlisteer/playlisteer/issues). It is much easier to answer questions that include your code and relevant files! So if you can provide them, we'd be extremely grateful (and more likely to help you find the answer!)## 📚 Projects Using this Library
* coming soon!Ask us to have your project listed! :)