NoahGallant / verify-v2-quickstart-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twilio

Twilio Verify Quickstart with Twilio, Node.js, and Express

Build Status

We are currently in the process of updating this sample template. If you are encountering any issues with the sample, please open an issue at github.com/twilio-labs/code-exchange/issues and we'll try to help you.

Read the full quickstart here!

Local development

To run this project on your computer you will need to download and install Node.js and yarn.

You will also need to sign up for a Twilio account if you don't have one already.

  1. First clone this repository and cd into it.

    $ git clone git@github.com:TwilioDevEd/verify-v2-quickstart-node.git
    $ cd verify-v2-quickstart-node
  2. Next, open .env.example at the root of the project and update it with values from your Twilio account and local configuration. Save the file as .env. You'll need to set TWILIO_AUTH_TOKEN, TWILIO_ACCOUNT_SID, and VERIFICATION_SID.

    For the VERIFICATION_SID variable you'll need to provision a Verification Service

  3. Navigate to the project directory in your terminal and run:

    $ yarn install

    This should install all of our project dependencies from npm into a local node_modules folder.

  4. Run the web app.

    $ yarn start

Meta

  • No warranty expressed or implied. Software is as is. Diggity.
  • MIT License
  • Lovingly crafted by Twilio Developer Education.

About

License:MIT License


Languages

Language:JavaScript 73.8%Language:HTML 25.0%Language:CSS 0.9%Language:Dockerfile 0.3%