Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 459 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 459 Bytes

goal-bot

A Twitter bot that posts highlights when goals are scored in the NHL.

See the bot in action: @nhl_goal_bot

How to run unit tests

> make test

How to lint source files

> make lint

How to perform static analysis

> make analyze

How to build the docker container

> make build

How to deploy the docker container

> make deploy