Skip to content

jwcnewton/Soundcloud-Proxy

 
 

Repository files navigation

Soundcloud proxy

Deploy

A bit of a hack - Jonathan Newton 2017

Quick start

# Install packages
$ npm install

# Run
$ npm start

## Dependencies

What you need to run this app:
* `node` and `npm` (Use [NVM](https://github.com/creationix/nvm))

Setup

Replace the following with a default client_id and the userId of the stream you want to pull

services/soundcloud-api

const client_id = ''
const userId = ''

About

A bit of a hack - Jonathan Newton 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%