Created
December 31, 2015 15:35
-
-
Save scarfunk/0641397c71dbb00ee04d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var request = require("request"); | |
request('https://slack.com/api/chat.postMessage?'+ | |
'token=token&channel=C024R44D8&text='+ | |
encodeURIComponent('모닝모닝')+ | |
'&as_user=true'); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
우와 짧네요!