Socket
Socket
Sign inDemoInstall

@dkundel/lookup

Package Overview
Dependencies
112
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @dkundel/lookup

A CLI to lookup phone numbers with the Twilio Lookup API


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 16 Apr 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc