/words

Primary LanguagePython

Common words checker for an URL

Build Status

The most simple, effective, and direct way to see how to this code runs, is to watch it (having) run on Travis.

The main components of the app are:

  1. The views containing the business logic.
  2. The models representing the data used by the app.
  3. The tests covering those two items.