https://github.com/halkeye/slack-foodee
https://github.com/halkeye/slack-foodee
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/halkeye/slack-foodee
- Owner: halkeye
- License: mit
- Created: 2016-09-17T19:20:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T18:22:02.000Z (about 6 years ago)
- Last Synced: 2025-03-23T22:16:38.292Z (about 1 year ago)
- Language: JavaScript
- Size: 154 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Note: A code change in v2 of the foodee api broke things, and I havn't had time/interest to upgrade it to v3.
Slack Foodee
============
[](https://travis-ci.org/halkeye/slack-foodee)
[](https://www.codacy.com/app/halkeye/slack-foodee?utm_source=github.com&utm_medium=referral&utm_content=halkeye/slack-foodee&utm_campaign=Badge_Grade) [](https://greenkeeper.io/)
Hacky little slack integration we use at saucelabs to list out what we order on team orders.
## Start dev server (nodemon, restarts on change)
`npm run dev`
Optional:
Set env RECORD_ORDERS_JSON to a truth value to record the orders rest json call
## Start real server
`npm run start`
## Run Tests
`npm run test`
## Watch run tests
`npm run test -- -w`
## Contributing
Feel free to open an issue or a PR. I'm very open to any usecase though I won't promise to implement things right away.