File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 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
39Wrapper 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
2838Check out the [ TestingBot REST API] ( https://testingbot.com/support/api ) for more information.
You can’t perform that action at this time.
0 commit comments