/purescript-slackbot

Simple Slackbot in Purescript

Primary LanguagePureScript

purescript-slackbot

This is my attempt at a very simple slackbot written in purescript. It's very basic, and the heavy lifting is done by Slack's node-slack-sdk.

This is still a major WIP, and mostly being used as a learning experiment.

Setup + Dependencies

  • Install Purescript, Pulp, and Bower
    • npm install -g purescript pulp bower
  • Install project dependencies
    • bower install (Select newest versions of packages if asked)
    • npm install

Build + Run

  • Build/Compile the project
    • pulp build
  • Run the app
    • pulp run