Scrutinator is a simple API server application for creating and logging credit checks. The Transunion API is consumed with a client gem.
Edit the .env.development file: uncomment and set the required enviornment variables.
bin/setup
Scrutinator is a simple API server application for creating and logging credit checks. The Transunion API is consumed with a client gem.
Edit the .env.development file: uncomment and set the required enviornment variables.
bin/setup
(function() { | |
var currentApp = Application.currentApplication() | |
currentApp.includeStandardAdditions = true | |
if (currentApp.systemInfo().systemVersion >= "10.15") { | |
var musicApp = Application("Music") | |
} else { | |
var musicApp = Application("iTunes") | |
} |
{ | |
"default": { | |
"template": "{author.display_name|author.name}{message}", | |
"keys": { | |
"time_text": "{} | ", | |
"timestamp": { | |
"template": "{} | ", | |
"format": "%Y-%m-%d %H:%M:%S" | |
}, | |
"author.badges": { |