check-api-keys
v0.9.0
Published
Check that your api-keys are valid before deploying.
Readme
check-api-keys
Usage
I use it to check my api-keys before deploying. See example.js.
You can use the package inside an npm script. If you use && between commands, the script will stop if a key is not succesful (the request returns something other than 200). Example node check-my-keys.js && npm run deploy.
Installation
npm i check-api-keys -DContributing
Feel free.
