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

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/mdb/should-counter-api.svg?branch=master)](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
```