Skip to content

TwilioDevEd/whatsapp-media-tutorial-node

Repository files navigation

Twilio

Receive, Download, and Reply with media in WhatsApp Messages. Powered by Twilio - Node.js and Express

Node.js CI

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/whatsapp-media-tutorial-node.git
    $ cd whatsapp-media-tutorial-node
  2. 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.

  3. 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.