Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Update sinon to the latest version 🚀 #253

Merged
merged 2 commits into from Jun 7, 2018

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jun 6, 2018

Version 5.1.0 of sinon was just published.

Dependency sinon
Current Version 5.0.10
Type devDependency

The version 5.1.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of sinon.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 39 commits.

  • e68ba0d Update docs/changelog.md and set new release id in docs/_config.yml
  • bb0ff41 Add release documentation for v5.1.0
  • 8f867f9 5.1.0
  • 39466a4 Update History.md and AUTHORS for new release
  • 8a4808b finished fixing ie tests
  • 53169e3 Merge pull request #1811 from mhmoudgmal/feature/in-matcher
  • 09f849c Remove notice
  • 01e69a9 cleaning up the fix for #1821
  • fabe894 fixed coveralls integration
  • 5a886bd Fix #1821: fake tests fails on IE 11
  • bed477a Revert PR #1807 to fix #1814
  • 878e2e8 clean up travis config
  • 5e49793 removed node v4; added node v10
  • 81a87d5 Improve tests readability
  • 9d30dcf Merge pull request #1809 from fatso83/esm-module

There are 39 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@codecov
Copy link

codecov bot commented Jun 6, 2018

Codecov Report

Merging #253 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development     #253   +/-   ##
============================================
  Coverage        72.28%   72.28%           
============================================
  Files               19       19           
  Lines              332      332           
============================================
  Hits               240      240           
  Misses              92       92

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 55cfcdb...8b254e6. Read the comment docs.

@BeauBouchard BeauBouchard merged commit 80b95ae into development Jun 7, 2018
@BeauBouchard BeauBouchard deleted the greenkeeper/sinon-5.1.0 branch June 7, 2018 00:47
BeauBouchard added a commit that referenced this pull request Jun 7, 2018
* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)
BeauBouchard added a commit that referenced this pull request Jun 7, 2018
* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)
BeauBouchard added a commit that referenced this pull request Jun 16, 2018
* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3
BeauBouchard added a commit that referenced this pull request Jun 16, 2018
* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3
BeauBouchard added a commit that referenced this pull request Jun 17, 2018
* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command
BeauBouchard added a commit that referenced this pull request Jun 17, 2018
* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command
BeauBouchard added a commit that referenced this pull request Jun 17, 2018
* release/1.0.4 (#285) (#286)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* fix: removed call to detectURL (#287)
BeauBouchard added a commit that referenced this pull request Jun 17, 2018
* release/1.0.4 (#285)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* 1.0.4-hotfix: removes call to detectURL (#288)

* release/1.0.4 (#285) (#286)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* fix: removed call to detectURL (#287)

* release: version bump
BeauBouchard added a commit that referenced this pull request Jul 5, 2018
* release 1.0.5 (#289)

* release/1.0.4 (#285)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* 1.0.4-hotfix: removes call to detectURL (#288)

* release/1.0.4 (#285) (#286)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* fix: removed call to detectURL (#287)

* release: version bump

* chore(package): update eslint-config-airbnb to version 17.0.0 (#290)

* chore(package): update babel-eslint to version 8.2.4 (#291)

* chore(package): update eslint to version 5.0.0 (#292)

* chore(package): update eslint-plugin-import to version 2.13.0 (#293)

* chore(package): update sinon to version 6.0.1 (#294)

* Update package.json (#297)

* chore(package): update eslint-plugin-react to version 7.10.0 (#295)

* chore(package): update eslint to version 5.0.1 (#298)

* feat: added lirr trains (#299)

* feat: added lirr trains

* fix: tests

* chore: version bump

* fix: fixed help test output

* chore: added tests (#301)

* chore: added tests

* chore: added more tests

* chore: fixed Far Rockaway test

* fix(package): update commander to version 2.16.0 (#302)

* chore(package): update nock to version 9.4.0 (#303)

* feat: added multi slack connections (#304)

chore: fixed tests
chore: added trainstatus command to docs
chore: updated train status with line detection

* chore(package): update nock to version 9.4.1 (#305)

* feat: adds metro north and more to trainstatus command (#306)

* feat: adds metro north and more to trainstatus command

* chore: added more tests

* chore(package): update eslint-plugin-jsx-a11y to version 6.1.0 (#307)

* chore(package): update pm2 to version 3.0.0 (#308)

* chore: corrected version for release 1.0.6 (#309)

* chore: corrected version for release 1.0.6

1.0.6

* chore: tests tryhard to get the coverage gap

* chore: updated mocked resp to match test result

* chore: tests, added error for no key found case

* chore: testing whitespace removal

* chore: this error is actually a resolve, not rejection :D

* chore: that final space
BeauBouchard added a commit that referenced this pull request Jul 5, 2018
* release/1.0.4 (#285)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* 1.0.4-hotfix: removes call to detectURL (#288)

* release/1.0.4 (#285) (#286)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* fix: removed call to detectURL (#287)

* release: version bump

* Release/1.0.6 (#310)

* release 1.0.5 (#289)

* release/1.0.4 (#285)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* 1.0.4-hotfix: removes call to detectURL (#288)

* release/1.0.4 (#285) (#286)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* fix: removed call to detectURL (#287)

* release: version bump

* chore(package): update eslint-config-airbnb to version 17.0.0 (#290)

* chore(package): update babel-eslint to version 8.2.4 (#291)

* chore(package): update eslint to version 5.0.0 (#292)

* chore(package): update eslint-plugin-import to version 2.13.0 (#293)

* chore(package): update sinon to version 6.0.1 (#294)

* Update package.json (#297)

* chore(package): update eslint-plugin-react to version 7.10.0 (#295)

* chore(package): update eslint to version 5.0.1 (#298)

* feat: added lirr trains (#299)

* feat: added lirr trains

* fix: tests

* chore: version bump

* fix: fixed help test output

* chore: added tests (#301)

* chore: added tests

* chore: added more tests

* chore: fixed Far Rockaway test

* fix(package): update commander to version 2.16.0 (#302)

* chore(package): update nock to version 9.4.0 (#303)

* feat: added multi slack connections (#304)

chore: fixed tests
chore: added trainstatus command to docs
chore: updated train status with line detection

* chore(package): update nock to version 9.4.1 (#305)

* feat: adds metro north and more to trainstatus command (#306)

* feat: adds metro north and more to trainstatus command

* chore: added more tests

* chore(package): update eslint-plugin-jsx-a11y to version 6.1.0 (#307)

* chore(package): update pm2 to version 3.0.0 (#308)

* chore: corrected version for release 1.0.6 (#309)

* chore: corrected version for release 1.0.6

1.0.6

* chore: tests tryhard to get the coverage gap

* chore: updated mocked resp to match test result

* chore: tests, added error for no key found case

* chore: testing whitespace removal

* chore: this error is actually a resolve, not rejection :D

* chore: that final space
BeauBouchard added a commit that referenced this pull request Aug 5, 2018
* Master (#311)

* release/1.0.4 (#285)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* 1.0.4-hotfix: removes call to detectURL (#288)

* release/1.0.4 (#285) (#286)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* fix: removed call to detectURL (#287)

* release: version bump

* Release/1.0.6 (#310)

* release 1.0.5 (#289)

* release/1.0.4 (#285)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* 1.0.4-hotfix: removes call to detectURL (#288)

* release/1.0.4 (#285) (#286)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* fix: removed call to detectURL (#287)

* release: version bump

* chore(package): update eslint-config-airbnb to version 17.0.0 (#290)

* chore(package): update babel-eslint to version 8.2.4 (#291)

* chore(package): update eslint to version 5.0.0 (#292)

* chore(package): update eslint-plugin-import to version 2.13.0 (#293)

* chore(package): update sinon to version 6.0.1 (#294)

* Update package.json (#297)

* chore(package): update eslint-plugin-react to version 7.10.0 (#295)

* chore(package): update eslint to version 5.0.1 (#298)

* feat: added lirr trains (#299)

* feat: added lirr trains

* fix: tests

* chore: version bump

* fix: fixed help test output

* chore: added tests (#301)

* chore: added tests

* chore: added more tests

* chore: fixed Far Rockaway test

* fix(package): update commander to version 2.16.0 (#302)

* chore(package): update nock to version 9.4.0 (#303)

* feat: added multi slack connections (#304)

chore: fixed tests
chore: added trainstatus command to docs
chore: updated train status with line detection

* chore(package): update nock to version 9.4.1 (#305)

* feat: adds metro north and more to trainstatus command (#306)

* feat: adds metro north and more to trainstatus command

* chore: added more tests

* chore(package): update eslint-plugin-jsx-a11y to version 6.1.0 (#307)

* chore(package): update pm2 to version 3.0.0 (#308)

* chore: corrected version for release 1.0.6 (#309)

* chore: corrected version for release 1.0.6

1.0.6

* chore: tests tryhard to get the coverage gap

* chore: updated mocked resp to match test result

* chore: tests, added error for no key found case

* chore: testing whitespace removal

* chore: this error is actually a resolve, not rejection :D

* chore: that final space

* chore: added test cases for missing configs (#312)

* chore: added test cases for missing configs

* chore: more test cases

* chore: typo

* chore: fixing test

* chore(package): update @babel/register to version 7.0.0-beta.52 (#314)

* chore(package): update @babel/core to version 7.0.0-beta.52 (#315)

* feat: base irc helper logic (#313)

* chore(package): update codecov to version 3.0.3 (#316)

* chore(package): update codecov to version 3.0.4 (#317)

* chore(package): update nock to version 9.4.2 (#318)

* Update index.js (#319)

* chore(package): update @babel/register to version 7.0.0-beta.53 (#321)

* chore(package): update @babel/core to version 7.0.0-beta.53 (#322)

* feat: added irc helper to app (#320)

* feat: added irc helper to app, lets see what happens

* Feature/irc (#323)

* feat: base irc helper logic

* chore: added spread plugin

* chore: removed lock

* Delete package-lock.json

* chore: added irc

* chore: removed offending test :X

* chore(package): update babel-eslint to version 8.2.6 (#324)

* chore(package): update eslint-plugin-jsx-a11y to version 6.1.1 (#325)

* chore(package): update @babel/register to version 7.0.0-beta.54 (#327)

* Delete pm2.config.json (#328)

* chore(package): update nock to version 9.4.3 (#329)

* chore(package): update pm2 to version 3.0.1 (#330)

* chore(package): update pm2 to version 3.0.3 (#331)

* chore(package): update nock to version 9.4.4 (#332)

* fix(package): update commander to version 2.17.0 (#333)

* chore: adding more tests for slack and irc helper (#334)

* chore: adding more tests for slack and irc helper

* chore: added a test for sendmessage

* chore: detectcommand test

* chore: more test cases for detectCommand

* chore: adding test for connect and setupEvents (#335)

* release/1.0.7

* chore: added test for irc helper (#337)

* chore: added test for irc helper

* chore: added detect command

* fix: made test execution more correct

* chore: setupEvents test

* chore: added app tests too
BeauBouchard added a commit that referenced this pull request Aug 5, 2018
* release/1.0.4 (#285)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* 1.0.4-hotfix: removes call to detectURL (#288)

* release/1.0.4 (#285) (#286)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* fix: removed call to detectURL (#287)

* release: version bump

* Release/1.0.6 (#310)

* release 1.0.5 (#289)

* release/1.0.4 (#285)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* 1.0.4-hotfix: removes call to detectURL (#288)

* release/1.0.4 (#285) (#286)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* fix: removed call to detectURL (#287)

* release: version bump

* chore(package): update eslint-config-airbnb to version 17.0.0 (#290)

* chore(package): update babel-eslint to version 8.2.4 (#291)

* chore(package): update eslint to version 5.0.0 (#292)

* chore(package): update eslint-plugin-import to version 2.13.0 (#293)

* chore(package): update sinon to version 6.0.1 (#294)

* Update package.json (#297)

* chore(package): update eslint-plugin-react to version 7.10.0 (#295)

* chore(package): update eslint to version 5.0.1 (#298)

* feat: added lirr trains (#299)

* feat: added lirr trains

* fix: tests

* chore: version bump

* fix: fixed help test output

* chore: added tests (#301)

* chore: added tests

* chore: added more tests

* chore: fixed Far Rockaway test

* fix(package): update commander to version 2.16.0 (#302)

* chore(package): update nock to version 9.4.0 (#303)

* feat: added multi slack connections (#304)

chore: fixed tests
chore: added trainstatus command to docs
chore: updated train status with line detection

* chore(package): update nock to version 9.4.1 (#305)

* feat: adds metro north and more to trainstatus command (#306)

* feat: adds metro north and more to trainstatus command

* chore: added more tests

* chore(package): update eslint-plugin-jsx-a11y to version 6.1.0 (#307)

* chore(package): update pm2 to version 3.0.0 (#308)

* chore: corrected version for release 1.0.6 (#309)

* chore: corrected version for release 1.0.6

1.0.6

* chore: tests tryhard to get the coverage gap

* chore: updated mocked resp to match test result

* chore: tests, added error for no key found case

* chore: testing whitespace removal

* chore: this error is actually a resolve, not rejection :D

* chore: that final space

* release/1.0.7 (#336)

* Master (#311)

* release/1.0.4 (#285)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* 1.0.4-hotfix: removes call to detectURL (#288)

* release/1.0.4 (#285) (#286)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* fix: removed call to detectURL (#287)

* release: version bump

* Release/1.0.6 (#310)

* release 1.0.5 (#289)

* release/1.0.4 (#285)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* fe…
BeauBouchard added a commit that referenced this pull request Sep 10, 2018
* Master (#338)

* release/1.0.4 (#285)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* 1.0.4-hotfix: removes call to detectURL (#288)

* release/1.0.4 (#285) (#286)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* fix: removed call to detectURL (#287)

* release: version bump

* Release/1.0.6 (#310)

* release 1.0.5 (#289)

* release/1.0.4 (#285)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* 1.0.4-hotfix: removes call to detectURL (#288)

* release/1.0.4 (#285) (#286)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* fix: removed call to detectURL (#287)

* release: version bump

* chore(package): update eslint-config-airbnb to version 17.0.0 (#290)

* chore(package): update babel-eslint to version 8.2.4 (#291)

* chore(package): update eslint to version 5.0.0 (#292)

* chore(package): update eslint-plugin-import to version 2.13.0 (#293)

* chore(package): update sinon to version 6.0.1 (#294)

* Update package.json (#297)

* chore(package): update eslint-plugin-react to version 7.10.0 (#295)

* chore(package): update eslint to version 5.0.1 (#298)

* feat: added lirr trains (#299)

* feat: added lirr trains

* fix: tests

* chore: version bump

* fix: fixed help test output

* chore: added tests (#301)

* chore: added tests

* chore: added more tests

* chore: fixed Far Rockaway test

* fix(package): update commander to version 2.16.0 (#302)

* chore(package): update nock to version 9.4.0 (#303)

* feat: added multi slack connections (#304)

chore: fixed tests
chore: added trainstatus command to docs
chore: updated train status with line detection

* chore(package): update nock to version 9.4.1 (#305)

* feat: adds metro north and more to trainstatus command (#306)

* feat: adds metro north and more to trainstatus command

* chore: added more tests

* chore(package): update eslint-plugin-jsx-a11y to version 6.1.0 (#307)

* chore(package): update pm2 to version 3.0.0 (#308)

* chore: corrected version for release 1.0.6 (#309)

* chore: corrected version for release 1.0.6

1.0.6

* chore: tests tryhard to get the coverage gap

* chore: updated mocked resp to match test result

* chore: tests, added error for no key found case

* chore: testing whitespace removal

* chore: this error is actually a resolve, not rejection :D

* chore: that final space

* release/1.0.7 (#336)

* Master (#311)

* release/1.0.4 (#285)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* 1.0.4-hotfix: removes call to detectURL (#288)

* release/1.0.4 (#285) (#286)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* fix: removed call to detectURL (#287)

* release: version bump

* Release/1.0.6 (#310)

* release 1.0.5 (#289)

* release/1.0.4 (#285)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version…
BeauBouchard pushed a commit that referenced this pull request Sep 10, 2018
* Master (#338)

* release/1.0.4 (#285)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* 1.0.4-hotfix: removes call to detectURL (#288)

* release/1.0.4 (#285) (#286)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* fix: removed call to detectURL (#287)

* release: version bump

* Release/1.0.6 (#310)

* release 1.0.5 (#289)

* release/1.0.4 (#285)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* 1.0.4-hotfix: removes call to detectURL (#288)

* release/1.0.4 (#285) (#286)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* fix: removed call to detectURL (#287)

* release: version bump

* chore(package): update eslint-config-airbnb to version 17.0.0 (#290)

* chore(package): update babel-eslint to version 8.2.4 (#291)

* chore(package): update eslint to version 5.0.0 (#292)

* chore(package): update eslint-plugin-import to version 2.13.0 (#293)

* chore(package): update sinon to version 6.0.1 (#294)

* Update package.json (#297)

* chore(package): update eslint-plugin-react to version 7.10.0 (#295)

* chore(package): update eslint to version 5.0.1 (#298)

* feat: added lirr trains (#299)

* feat: added lirr trains

* fix: tests

* chore: version bump

* fix: fixed help test output

* chore: added tests (#301)

* chore: added tests

* chore: added more tests

* chore: fixed Far Rockaway test

* fix(package): update commander to version 2.16.0 (#302)

* chore(package): update nock to version 9.4.0 (#303)

* feat: added multi slack connections (#304)

chore: fixed tests
chore: added trainstatus command to docs
chore: updated train status with line detection

* chore(package): update nock to version 9.4.1 (#305)

* feat: adds metro north and more to trainstatus command (#306)

* feat: adds metro north and more to trainstatus command

* chore: added more tests

* chore(package): update eslint-plugin-jsx-a11y to version 6.1.0 (#307)

* chore(package): update pm2 to version 3.0.0 (#308)

* chore: corrected version for release 1.0.6 (#309)

* chore: corrected version for release 1.0.6

1.0.6

* chore: tests tryhard to get the coverage gap

* chore: updated mocked resp to match test result

* chore: tests, added error for no key found case

* chore: testing whitespace removal

* chore: this error is actually a resolve, not rejection :D

* chore: that final space

* release/1.0.7 (#336)

* Master (#311)

* release/1.0.4 (#285)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* 1.0.4-hotfix: removes call to detectURL (#288)

* release/1.0.4 (#285) (#286)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Update mtastatus.test.js (#262)

* Update slack_helper.js (#263)

* chore(package): update nock to version 9.3.1 (#264)

* fix(package): update @slack/client to version 4.3.1 (#265)

* chore(package): update nock to version 9.3.2 (#266)

* chore(package): update sinon to version 5.1.1 (#268)

* refactor of docker travis CI (#267)

* refactor of docker travis CI

* chore: making this viable

* chore(package): update sinon to version 6.0.0 (#269)

* fix(package): update winston to version 3.0.0 (#271)

* chore(package): update sinon-chai to version 3.2.0 (#270)

* chore(package): update @babel/register to version 7.0.0-beta.50 (#272)

* chore(package): update @babel/core to version 7.0.0-beta.50 (#273)

* chore(package): update nock to version 9.3.3 (#274)

* feat: added days to about/format (#275)

* release/1.0.3

* feat: added travis env variables for loading durring travis builds (#278)

* feat: added travis env variables for loading durring travis builds

* fix: mistake in config.js.example

* feat: timeout on test

* refactor: dangerous refactor of app and tests

* feat: forgot done

* feat: helper tests

* test: detect url test

* chore: writing tests for detectURL

* chore: fix tests, adds a few more for weather and google command

* fix: removes bad test from weather

* docs: added to readme.md (#279)

* docs: added to readme.md

* Update README.md

* feat: coin command (#280)

* feat: coin command

* fix: just got it working correctly

* Update README.md (#281)

* chore: added some tests for coin command (#282)

* refactor: commented out some stuff which isn't being used yet (#283)

* refactor: commented out some stuff which isn't being used yet

* semver: upping the version

* feat: tests

* docs: touch ups to the readme adding about command (#284)

* docs: touch ups to the readme adding about command

* docs: added instructions for configuring the coin command

* fix: removed call to detectURL (#287)

* release: version bump

* Release/1.0.6 (#310)

* release 1.0.5 (#289)

* release/1.0.4 (#285)

* merging Master back in to Development (#277)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* feat: added distribution (#248)

* fix: removes annoying whitespaces (#250)

* fix: removes annoying whitespaces

* fix: moved it out of sanitize

* Delete package-lock.json

* fix(package): update @slack/client to version 4.3.0 (#251)

* feat: added woot command (#257)

* feat: added woot command

* test: removed tests :P

* test: added tests (#258)

* test: added tests (#259)

* feat: dockerfile (#252)

* feat: dockerfile

* fix: Travis touch-up

* chore: docker-compose

* chore: changed directory

* feat: docker-compose file

* test: added tests

* chore(package): update sinon to version 5.1.0 (#253)

* Release/1.0.3 (#276)

* Master (#261)

* release/1.0.1 (#244)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a command factory

* version bump for release

* release/1.0.2 (#260)

* release/1.0.1 (#244) (#245)

* feat: fortune command

* fix: bracket

* fix: removed reference to callback for nsfw

* chore: added format and tests back

* test: added test for help case

* test: test for fortune help

* chore: adding nsfw true

* fix: help output expected corrected

* chore: fixed help and added tests

* fix: added eof break

* feat: mtastatus command and sanitize

* chore(package): update sinon-chai to version 3.1.0

* chore(package): update sinon to version 5.0.8

* chore(package): update sinon to version 5.0.10

Closes #226

* chore(package): update @babel/register to version 7.0.0-beta.48

* chore(package): update @babel/core to version 7.0.0-beta.48

* chore: base stats stuff

* chore: adding comments

* fix(package): update winston to version 3.0.0-rc6

* Delete package-lock.json

* chore(package): update nock to version 9.3.0

* chore: created about command

* chuck: a bunch of garbage

* chore(package): update nyc to version 12.0.1

* chore: more garbage

* feat: created cat facts

* fix: spacing

* chore: stubbing out the feature

* chore(package): update nyc to version 12.0.2

* chore(package): update eslint-plugin-react to version 7.9.0

* chore(package): update eslint-plugin-react to version 7.9.1

* fix: missing config helper

* chore(package): update tough-cookie to version 2.4.2

* refactor: refactored to use a comman…
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant