UNPKG

soundcloud.ts

Version:

Soundcloud API v2 wrapper with typings.

8 lines (7 loc) 262 B
import SoundCloud from "./soundcloud" require("dotenv").config() const soundcloud = new SoundCloud(); (async () => { const title = await soundcloud.util.getTitle("https://soundcloud.com/5tereomanjpn/aire-tea-timestereoman-remix") console.log(title) })()