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
Available as a gem:
gem 'fridge_api'
View the source on Github
Install using Composer:
$ composer require fridge/api@stable
View the source on Github