Skip to content

Instantly share code, notes, and snippets.

@ilkereroglu
Last active April 30, 2016 22:09
Show Gist options
  • Save ilkereroglu/19bbb59eac945eece8af4fb9c13658f5 to your computer and use it in GitHub Desktop.
Save ilkereroglu/19bbb59eac945eece8af4fb9c13658f5 to your computer and use it in GitHub Desktop.
Kendi Slackbot’unu yazmak
{
"name": "ilberHocaBot",
"version": "0.0.1",
"description": "Node Server",
"main": "app.js",
"author": "İlker Eroğlu",
"license": "MIT",
"dependencies": {
"express": "^4.x.x",
"body-parser": "^1.x.x",
"request": "2.56.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment