Skip to content

A Node.js and JavaScript wrapper for the Southpine Player API

License

Notifications You must be signed in to change notification settings

playglitch/southnode

Repository files navigation

SouthNode

FOSSA StatusLint Test ResultsBuild Test Results

SouthJS is a Node.js and JavaScript (with the power of Webpack) wrapper for the Southpine Player API. Data is handled per this privacy statement.

Installing

Simply run: npm install southnode. (coming soon)

You can use the vanilla JavaScript version with these libraries or by downloading a release:

  • RawGit CDN: https://ghcdn.rawgit.org/playglitch/southnode/v0.1.0/dist/south.js
  • jsDelivr CDN: https://cdn.jsdelivr.net/gh/playglitch/southnode@v0.1.0/dist/south.js
  • doamatto CDN: https://cdn.doamatto.xyz/southnode/v0.1.0/dist/south.js

Building

  1. Install Node
  2. Install dependencies (npm i)
  3. Double-check for issues (gulp)
  4. Build with the power of Webpack (npm run-script build)
  5. ???
  6. Profit.

Usage

For usage information, read the Wiki. For usage examples, look inside of examples/.

Acknowledgements

This tool is maintained and originally developed by doamatto. This uses endpoints on Glitch's servers, meaning you're getting the most accurate data (since Glitch is the developers of Southpine).

License

FOSSA Status