Skip to content

Instantly share code, notes, and snippets.

Scrutinator

Scrutinator is a simple API server application for creating and logging credit checks. The Transunion API is consumed with a client gem.

Installation

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": {