Skip to content

Instantly share code, notes, and snippets.

{
"bridge": {
"name": "My HomeKit",
"username": "CD:22:3D:E3:CE:30",
"port": 51827,
"pin": "555-45-154"
},
"description": "Homekit bridge, hope its working!",

Keybase proof

I hereby claim:

  • I am mattlljones on github.
  • I am mjones (https://keybase.io/mjones) on keybase.
  • I have a public key whose fingerprint is FACF 1536 9E19 627F AF75 691C B73E 62D1 DA52 E91C

To claim this, I am signing this object:

var str = "some test to capitalize";
str.replace(/\b[a-z]/g, function (c) {
return c.toUpperCase();
});