0.0.16 โ€ข Published 2 years ago

@slademan/soundcloud v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Usage

npm i @slademan/soundcloud
import Soundcloud from "@slademan/soundcloud";

const sc = new Soundcloud(ClientID, OauthToken);

const me = await sc.me.get();
if (me.success && me.data) {
	console.log(me.data);
}

Development

See .github/CONTRIBUTING.md, then .github/DEVELOPMENT.md. Thanks! ๐Ÿ’–

Contributors

๐Ÿ’™ This package is based on @JoshuaKGoldberg's template-typescript-node-package.

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago