lookup-cli
A CLI to lookup phone numbers with the Twilio Lookup API
Usage
Make sure you have a Twilio account and have the credentials set as TWILIO_ACCOUNT_SID
and TWILIO_AUTH_TOKEN
saved in your environment variables.
npm install -g @dkundel/lookup
lookup +18312161886
# Or
npx @dkundel/lookup +18312161886
Contributing
Contributions are always welcomed! Feel free to create an issue or submit a pull request for any changes.
How to create a PR
If your change is in one of the Markdown files, the easiest path might be to use GitHub's "Edit File" functionality. For any code-related changes you want to:
- Fork the repository
- Clone your fork & install dependencies on your computer:
git clone git@github.com:YOUR_GITHUB_NAME/lookup-cli.git
cd lookup-cli
npm install
- Create a branch for your changes
- Make changes
- Run
npm test
before commiting. - Create a Pull Request
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Contributors
Thanks goes to these wonderful people (emoji key):
Dominik Kundel |
---|
This project follows the all-contributors specification. Contributions of any kind welcome!
License
MIT