test.js 305 B

1234567891011121314
  1. import sckey from "soundcloud-key-fetch";
  2. // sckey.fetchKey().then(key => {
  3. // console.log(key);
  4. // });
  5. // sckey.testKey(KEY).then(result => {
  6. // // returns a boolean; true/false
  7. // if (result) {
  8. // console.log("The key works!");
  9. // } else {
  10. // console.log("The key didn't work.");
  11. // }
  12. // });