https://github.com/mdb/should-counter-api
A REST API to track use of the word "should" across a software development team
https://github.com/mdb/should-counter-api
Last synced: over 1 year ago
JSON representation
A REST API to track use of the word "should" across a software development team
- Host: GitHub
- URL: https://github.com/mdb/should-counter-api
- Owner: mdb
- Created: 2015-06-19T16:33:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T12:34:44.000Z (almost 11 years ago)
- Last Synced: 2025-01-14T16:36:29.393Z (over 1 year ago)
- Language: Ruby
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/mdb/should-counter-api)
# should-counter-api
> What _should_ technology do? Computers don't understand what _ought_ to be,
> only what _is_. Behind use of the word "should" lives the messy soup of human
> beliefs on how the world ought to function: emotions, perspective, culture,
> politics, and :turtle: :turtle: :turtle: all the way down.
`should-counter-api` offers a REST API to track "should" usage across your
software development team.
This puppy is intended to be used by a chat bot — maybe
[shoulda-coulda](http://github.com/mdb/shoulda-coulda)? — or some other
communications-monitoring program.
## Development
Install Ruby 2.2.2.
```
bundle install
bundle exec rails s
```
### Testing
```
bundle exec rake
```