This project is build using Node.js and depends on MongoDB.
-
First clone this repository and
cdinto it.$ git clone git@github.com:jarodreyes/north-pole-project.git $ cd north-pole-project -
Copy the sample configuration file and edit it to match your configuration.
$ cp .env.example .env
You can find your
TWILIO_ACCOUNT_SIDandTWILIO_AUTH_TOKENin your Twilio Account Settings. You will also need aTWILIO_NUMBER, which you may find here. TheAUTHY_API_KEYcan be found here.Run
source .envto export the environment variables. -
Start the server.
$ npm start
-
Check it out at http://localhost:3000.
- No warranty expressed or implied. Software is as is. Diggity.
- MIT License
- Lovingly crafted by Twilio Developer Education.