An open API service indexing awesome lists of open source software.

https://github.com/halkeye/slack-foodee


https://github.com/halkeye/slack-foodee

Last synced: about 1 year ago
JSON representation

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
============
[![Build Status](https://travis-ci.org/halkeye/slack-foodee.svg?branch=master)](https://travis-ci.org/halkeye/slack-foodee)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3f90161ef3874a85824bb7557545f74a)](https://www.codacy.com/app/halkeye/slack-foodee?utm_source=github.com&utm_medium=referral&utm_content=halkeye/slack-foodee&utm_campaign=Badge_Grade) [![Greenkeeper badge](https://badges.greenkeeper.io/halkeye/slack-foodee.svg)](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.