From 637dba87f13d8fd40e45ddfab9a576437661189c Mon Sep 17 00:00:00 2001 From: Bambang Handoko Date: Wed, 15 Mar 2017 14:19:31 +0700 Subject: [PATCH] done - bambang handoko --- .gitignore | 1 + dump.rdb | Bin 0 -> 76 bytes kue-cubit.js | 29 +++++++++++++++++++++++++++++ kue-job-list.js | 11 +++++++++++ package.json | 23 +++++++++++++++++++++++ 5 files changed, 64 insertions(+) create mode 100644 dump.rdb create mode 100644 kue-cubit.js create mode 100644 kue-job-list.js create mode 100644 package.json diff --git a/.gitignore b/.gitignore index 5148e52..d7eb932 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ jspm_packages # Optional REPL history .node_repl_history +sendgrid.env diff --git a/dump.rdb b/dump.rdb new file mode 100644 index 0000000000000000000000000000000000000000..95d4013e7c9988a60e726edfafe9f7f660ffa2e8 GIT binary patch literal 76 zcmWG?b@2=~FfcIx#aWb^l3A=', + to: 'bambang.handoko12@gmail.com', + subject: 'Hello World from the SendGrid Node.js Library! oke oke', + text: 'Testing some Mailgun awesomness.. Ahooyyy!' +} + +var nitip = queue.create('email', data).save() diff --git a/package.json b/package.json new file mode 100644 index 0000000..8af60ea --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "its-background-job", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/darwins-fox-2017/its-background-job.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/darwins-fox-2017/its-background-job/issues" + }, + "homepage": "https://github.com/darwins-fox-2017/its-background-job#readme", + "dependencies": { + "dotenv": "^4.0.0", + "sendgrid": "^4.8.2" + } +}