amp-toolbox-cache-list

1.2.0-alpha.2 • Public • Published

AMP-Toolbox Cache List

npm version

Lists known AMP Caches, as available at https://cdn.ampproject.org/caches.json.

By default, it uses a one-behind strategy to fetch the caches. This can be customised by passing a custom fetch strategy to the constructor.

Usage

  const Caches = require('amp-toolbox-cache-list');
 
  // Lists known AMP Caches
  const caches = await new Caches().list();
 
  // Retrieves a specific AMP cache
  const googleAmpCache = await caches.get('google');

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i amp-toolbox-cache-list

    Weekly Downloads

    422

    Version

    1.2.0-alpha.2

    License

    Apache-2.0

    Unpacked Size

    3.9 kB

    Total Files

    4

    Last publish

    Collaborators

    • amp-toolbox