/sls-movies

Slack bot that suggests a random 80s action flick

Primary LanguageJavaScript

Slack bot that suggests a random 80s action flick.

Project inspired by #noServerNovember challenge. Slack bot that suggests a random 80s action flick. After using /action slash command - bot responds with random '80 action movie fetched from themoviedb.org.

Installation

$ cp env.yml.example env.yml
$ yarn install

Testing

This project uses jest and sinonjs for tests. It also includes CircleCI config file.

To start test suite simply run:

$ yarn test