UNPKG

recombee-js-api-client-for-gatsby

Version:

Client-side js library for easy use of the Recombee recommendation API

15 lines 474 B
<html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Recombee Js API Client Tests</title> <link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.7.0.css"> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <script src="https://code.jquery.com/qunit/qunit-2.7.0.js"></script> <script src="../dist/recombee-api-client.min.js"></script> <script src="tests.js"></script> </body> </html>