API Libraries

Javascript

Install using npm

$ npm install fridge

Can be used in both node.js projects and browser projects. Browser builds use commonjs, but there is also a compiled version available: <script src="https://unpkg.com/fridge/dist/fridge.min.js"></script>

View the source on Github


Ruby

Available as a gem:

gem 'fridge_api'

View the source on Github


PHP

Install using Composer:

$ composer require fridge/api@stable

View the source on Github