Skip to content

Instantly share code, notes, and snippets.

View SlackLackeyDevelopers's full-sized avatar

Slack Lackey SlackLackeyDevelopers

  • Seattle, WA
View GitHub Profile
@SlackLackeyDevelopers
SlackLackeyDevelopers / billy-1556993274124.js
Created May 4, 2019 18:07
Created by Billy on Saturday, May 4th 2019, 6:07:54 pm
code here
@SlackLackeyDevelopers
SlackLackeyDevelopers / chris-merritt-1556424837648.js
Created April 28, 2019 04:13
Created by Chris Merritt on Sunday, April 28th 2019, 4:13:57 am
console.log(“Hello World”)
@SlackLackeyDevelopers
SlackLackeyDevelopers / chris-merritt-1556424835989.js
Created April 28, 2019 04:13
Created by Chris Merritt on Sunday, April 28th 2019, 4:13:55 am
console.log(“Hello World”)
@SlackLackeyDevelopers
SlackLackeyDevelopers / dgdhfghbhj.js
Created April 24, 2019 01:16
Created by Erin Trainor on Wednesday, April 24th 2019, 1:16:53 am
sdfghjkl;
@SlackLackeyDevelopers
SlackLackeyDevelopers / erin-trainor-1556068594621.js
Created April 24, 2019 01:16
Created by Erin Trainor on Wednesday, April 24th 2019, 1:16:34 am
hello
@SlackLackeyDevelopers
SlackLackeyDevelopers / test.js
Created April 20, 2019 02:56
Created by Erin Trainor on Saturday, April 20th 2019, 2:56:54 am
test
@SlackLackeyDevelopers
SlackLackeyDevelopers / demo-test.js
Created April 20, 2019 01:54
Created by Erin Trainor on Saturday, April 20th 2019, 1:54:44 am
demo
@SlackLackeyDevelopers
SlackLackeyDevelopers / erin-trainor-1555725224998.js
Created April 20, 2019 01:53
Created by Erin Trainor on Saturday, April 20th 2019, 1:53:44 am
demo
@SlackLackeyDevelopers
SlackLackeyDevelopers / Best_Test_Ever.js
Created April 19, 2019 20:53
Created by Billy on Friday, April 19th 2019, 8:53:29 pm
‘use strict’;
const SlackLackey = require(slack-lackey.js);
describe( ‘slack-lackey.js’, ( ) => {
  it( ‘is alive!’, ( ) => {
  expect( true ).toBeTruthy( );
  });
});
@SlackLackeyDevelopers
SlackLackeyDevelopers / billy-1555707118863.js
Created April 19, 2019 20:51
Created by Billy on Friday, April 19th 2019, 8:51:58 pm
MONGO URI
MONGODB_URI=<mongodb://localhost:27017/databaseName>