Indexed Cloudinary

Build Status

Functions for adding Cloudinary images which are indexed in ElasticSearch to a page.

Usage

Download indexed-cloudinary.min.js.

Development Setup

Checkout with:

git clone git@github.com:damplus/indexed-cloudinary.git

Install dependencies with:

npm install

Build output with:

npm run build

Run tests with:

npm test

Run a local development server with:

npm start