/dewey

A TODO-loving dino that brings Notion's TODOs to Slack

Primary LanguageJavaScriptThe UnlicenseUnlicense

Meet Dewey!

Dewey is a TODO-loving dino bringing Notion's TODO functionality to slack

Notes about the Notion API

It's marked as Beta, which seems generous.

Notes about the slack integration

  • Only allowed 10 options (TODOs) when building blocks

Development/deployment niceties

  • Dump heroku env vars heroku config --app dewey-dino --shell > .env
  • Running locally loading .env env $(grep -v '^#' .env | xargs) npm run start
  • Running locally with Heroku heroku local --port 3000