Codebase Notifications via Notify.io
This repository contains a script to translate a HTTP JSON Post from your Codebase account to your Notify.io account.
You can get desktop notifications for Notify.io by installing the desktop client.
Author: Nick Jones (http://www.nicksays.co.uk)
Example
On Mac, you'll get little notifications like this:
Configuration
You'll need to set up notifications from your Codebase account in the "Notifications" tab when viewing your global dashboard.
There are four class variables that you need to set in the Config.php
file:
-
$CODEBASE_HTTP_USER
: The HTTP Basic username you entered when you set up your notifications within Codebase. -
$CODEBASE_HTTP_PASS
: The HTTP Basic password you entered at the same time as the username. Note, these aren't your Codebase details. -
$NIO_EMAIL_ADDRESS
: An email address attached to your Notify.io account. -
$NIO_API_KEY
: Your Notify.io API key, which can be found in your Notify.io account on http://notify.io.