@dkundel/lookup

1.0.0-alpha.0 • Public • Published

npmnpmBuild StatusAll ContributorsCode of Conductcode style: prettier

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:

  1. Fork the repository
  2. Clone your fork & install dependencies on your computer:
git clone git@github.com:YOUR_GITHUB_NAME/lookup-cli.git
cd lookup-cli
npm install
  1. Create a branch for your changes
  2. Make changes
  3. Run npm test before commiting.
  4. 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

Dependencies (5)

Dev Dependencies (3)

Package Sidebar

Install

npm i @dkundel/lookup

Weekly Downloads

1

Version

1.0.0-alpha.0

License

MIT

Unpacked Size

11.3 kB

Total Files

15

Last publish

Collaborators

  • dkundel