I hereby claim:
- I am noiseeee on github.
- I am noiseeee (https://keybase.io/noiseeee) on keybase.
- I have a public key ASBfpwazpWkU63jH7fSPL6e6sudEcxgPEwXXoxj0FUcHugo
To claim this, I am signing this object:
{ | |
data: { | |
type: "survey", | |
id: "158c8173-463d-494b-b94b-b1078a8b6aef", | |
attributes: { | |
id: "513376a8-3102-4254-bd46-3a47910b0b1e", | |
key: "513376a8-3102-4254-bd46-3a47910b0b1e", | |
name: "Daily Check-In", | |
isActive: 1, | |
instructions: null, |
import Ember from 'ember'; | |
import DS from 'ember-data'; | |
export default DS.Model.extend({ | |
firstName: DS.attr(), | |
lastName: DS.attr(), | |
fullName: Ember.computed('firstName','lastName', function() { | |
return `${this.get('firstName')} ${this.get('lastName')}`; | |
}), | |
equipmentItems: DS.hasMany('equipment-item'), |
var url = require('url'), | |
fs = require('fs'), | |
io = require('socket.io'), | |
sys = require(process.binding('natives').util ? 'util' : 'sys'), | |
express = require('express'), | |
Caman = require('caman').Caman, | |
bodyParser = require('body-parser'), | |
app, | |
server; |
I hereby claim:
To claim this, I am signing this object: