This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Future versions of Hyper may add additional config options, | |
// which will not automatically be merged into this file. | |
// See https://hyper.is#cfg for all currently supported options. | |
module.exports = { | |
config: { | |
// choose either `'stable'` for receiving highly polished, | |
// or `'canary'` for less polished but more frequent updates | |
updateChannel: 'stable', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Keen = require('keen-js') | |
const { keenIo: config } = require('config') | |
function client() { | |
// Configure instance. Only projectId and writeKey are required to send data. | |
return new Keen({ | |
projectId: config.projectId, | |
writeKey: config.writeKey, | |
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table border=0 cellpadding=0 cellspacing=0 width=100%> | |
<tr> | |
<td align=center style="padding: 5px !important" bgcolor="transparent"> | |
<table border=0 cellpadding=0 cellspacing=0 width=500 style=width:100%!important> | |
<tr> | |
<td> | |
<table border=0 cellpadding=0 cellspacing=0 width=100%> | |
<tr> | |
<td> | |
<table border=0 cellpadding=0 cellspacing=0 width=100% style="margin:0 auto; width:100%!important;"> |