UNPKG

soundcloud.ts

Version:

Soundcloud API v2 wrapper with typings.

8 lines (7 loc) 290 B
import SoundCloud from "./soundcloud" require("dotenv").config() const soundcloud = new SoundCloud(); (async () => { const result = await soundcloud.util.downloadTrack("https://soundcloud.com/5tereomanjpn/aire-tea-timestereoman-remix", "./tracks/test.mp3") console.log(result) })()