Commit 2d22975b by Arnout Kazemier

[doc] Instruct people to use their own keys

parent 8921ccec
......@@ -272,14 +272,10 @@ fullcontact.name.parser('john smith', function (err, data) {
The tests are written against the live FullContact API. They can be ran using:
```
npm test
API_KEY=<key> npm test
```
If you want to test with your own API key please run:
```
API_KEY=<key> ./node_modules/.bin/mocha $(find test -name '*.test.js')
```
Don't worry if you forget it, we'll throw an error and let you know ;-).
## License
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment