Skip to content

Instantly share code, notes, and snippets.

View mattracki's full-sized avatar

Matt Racki mattracki

View GitHub Profile
{
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Matt Racki",
"label": "CTO @EpionHealth. Techie passionate about healthcare & working to make it better",
"email": "mracki@gmail.com",
"phone": "978-994-0155",
"summary": "Strong technical leader with a passion for bringing new technology to the healthcare industry",
require "csv"
module Importable
extend ActiveSupport::Concern
def imports
{
state: "",
soc: "SocImportJob",
cip: "CipImportJob",

Keybase proof

I hereby claim:

  • I am mattracki on github.
  • I am mattracki (https://keybase.io/mattracki) on keybase.
  • I have a public key ASBo7e59322o8R5FaE4zPL-Yoywjh7JUn32jgYlTrH7dzwo

To claim this, I am signing this object:

angular.module('myapp')
.service('Google', function ($q, $http, $cordovaOauth) {
var Google = {};
var scopes = ['https://www.googleapis.com/auth/userinfo.profile', 'https://www.googleapis.com/auth/drive', 'https://www.googleapis.com/auth/drive.file', 'https://www.googleapis.com/auth/userinfo.email'];
var api_key = "610647636902-lpqvsugn8rprp7f4bu9ue3ttmc5ve0ks.apps.googleusercontent.com";
Google.setToken = function (accessToken) {
window.localStorage.myapp_token = JSON.stringify(accessToken);
};