Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

fridge_api

fridge-cms12MIT0.2.12

Fridge API client for node/browser.

api, fridge, cms

readme

fridge_api.js

Fridge API client for the browser and node.js

var FridgeApi = require('fridge_api');

client = FridgeApi.client({
  client_id: "sk_xxxxxxxxxxx",
  client_secret: "xxxxxxxxxxxx"
})

Usage in browser

<script src="https://unpkg.com/fridge_api@0.2.9/dist/fridge_api.min.js"></script>