NB Scraper Docs - v1.1.8
    Preparing search index...

    Function getSoundCloudCacheInfo

    • Alpha

      Get cached client ID and version info

      Returns SoundCloudCache

      Current cache state

      import { getSoundCloudCacheInfo } from 'nb-scraper';

      const cacheInfo = getSoundCloudCacheInfo();
      console.log(cacheInfo);

      Rian