Skip to content

Commit

Permalink
instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterowens committed Oct 4, 2018
1 parent 83f227f commit ed02e14
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# mds-validator
A package to automatically validate MDS APIs for compliance and testing purposes.

To validate an API, you'll need an active Bearer token.

For example, to validate the lime API, you can run `python validator.py --provider-name lime --token [YOUR TOKEN HERE] --postfix /los_angeles`.

## Developing / installing

mds-validator uses pipenv. To install packages and run the script:

1. `pipenv install`

2. `pipenv shell`

3. `python validator.py --your-commands-here`

0 comments on commit ed02e14

Please sign in to comment.