Add fridge
to your package.json
.
$ npm install fridge
Init the client with your API token.
import Fridge from "fridge";
const fridge = Fridge.client({ token: "xxxxxxxxxxxx" });
Refer to the Fridge API Documentation for a complete API reference and usage examples.
<script src="https://unpkg.com/fridge/dist/fridge.min.js"></script>
If you are still running on the v1 Fridge API
$ npm install fridge@1.0.1
Please refer to the v1.0.1
README for details.