Skip to content

Instantly share code, notes, and snippets.

@reichert621
Created June 12, 2020 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reichert621/f37b241abd7fa7d3ac6f3e6407321311 to your computer and use it in GitHub Desktop.
Save reichert621/f37b241abd7fa7d3ac6f3e6407321311 to your computer and use it in GitHub Desktop.
Taro Slack demo
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