Skip to content

Commit 4b5d7a3

Browse files
committed
badges
1 parent cbca183 commit 4b5d7a3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[![npm version](https://img.shields.io/npm/v/testingbot-api.svg?style=flat-square)](https://www.npmjs.com/package/testingbot-api)
2+
[![npm downloads](https://img.shields.io/npm/dm/testingbot-api.svg?style=flat-square)](https://www.npmjs.com/package/testingbot-api)
3+
[![CircleCI](https://img.shields.io/circleci/project/github/testingbot/testingbot-api.svg)](https://circleci.com/gh/testingbot/testingbot-api/tree/master)
4+
[![Dependency Status](https://img.shields.io/david/karma-runner/testingbot-api.svg?style=flat-square)](https://david-dm.org/karma-runner/testingbot-api)
5+
[![devDependency Status](https://img.shields.io/david/dev/karma-runner/testingbot-api.svg?style=flat-square)](https://david-dm.org/karma-runner/testingbot-api#info=devDependencies)
6+
17
# testingbot-api
28

39
Wrapper around the TestingBot REST API for [Node.js](http://nodejs.org/).
@@ -23,6 +29,10 @@ tb.getUserInfo(function(err, data) {
2329
});
2430
```
2531

32+
## Tests
33+
34+
``npm test``
35+
2636
## More documentation
2737

2838
Check out the [TestingBot REST API](https://testingbot.com/support/api) for more information.

0 commit comments

Comments
 (0)