Created
June 12, 2020 02:55
-
-
Save reichert621/f37b241abd7fa7d3ac6f3e6407321311 to your computer and use it in GitHub Desktop.
Taro Slack demo
This file contains 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
const Taro = require('taro-client')('__YOUR_API_KEY__'); | |
Taro.notify.slack({message: 'Hello from NodeJS!'}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment