Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing response for button click (#32)
* Baselining (#17) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Adding full-size mood images (#27) * Baselining with master (#13) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Adding full-size mood images * Baselining with master (#14) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Moving images to public directory (#28) * Baselining with master (#13) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Adding full-size mood images * Baselining with master (#14) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Moving images to public directory * Baselining (#15) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Adding full-size mood images (#27) * Baselining with master (#13) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Adding full-size mood images * Baselining with master (#14) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Removing redundant img directory from root (#29) * Baselining with master (#13) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Adding full-size mood images * Baselining with master (#14) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Moving images to public directory * Baselining (#15) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Adding full-size mood images (#27) * Baselining with master (#13) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Adding full-size mood images * Baselining with master (#14) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Baselining (#16) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Adding full-size mood images (#27) * Baselining with master (#13) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Adding full-size mood images * Baselining with master (#14) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Moving images to public directory (#28) * Baselining with master (#13) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Adding full-size mood images * Baselining with master (#14) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Moving images to public directory * Baselining (#15) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Adding full-size mood images (#27) * Baselining with master (#13) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Adding full-size mood images * Baselining with master (#14) * Adding logging for debugging purposes (#26) * Update index.js * Parsing the payload for slack button responses Following the guidance at https://api.slack.com/tutorials/intro-to-message-buttons * Removed logging It works now! * Removed logging It works now! * Removing img from root (they exist in public, where they belong) * Add REST endpoint for given a time range, return moods within it. (#30) * remove images and directory from top level * Fixing response for button click
- Loading branch information