- import sckey from "soundcloud-key-fetch";
- // sckey.fetchKey().then(key => {
- // console.log(key);
- // });
- // sckey.testKey(KEY).then(result => {
- // // returns a boolean; true/false
- // if (result) {
- // console.log("The key works!");
- // } else {
- // console.log("The key didn't work.");
- // }
- // });
|