Skip to content

Instantly share code, notes, and snippets.

@infy-oracle
infy-oracle / bluekai_api_caller.js
Created October 27, 2017 09:47
Can be used to call the BlueKai API via JS
/* INSTRUCTIONS
- Open https://services.bluekai.com/ (likely must run on a window on services.bluekai.com due to CORS on most websites)
- Open console
- Run this code in there to build up queues of API calls (which run sequentially - only one at a time)
*/
// CONFIG
var config_domain = ".com";