/twilio-nodejs-movie-script-messenger

A way to send Movie Scripts to your friends 💻

Primary LanguageJavaScriptApache License 2.0Apache-2.0

movie-script-sms-messenger

A way to send Movie Scripts to your friends 💻

TypeScript Open Source Love semantic-release

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install and run:

# make sure you can run in the console
node --version
npm --version

Installing

Clone the repo to your computer.

Create a .env file with the following:

TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
TO_NUMBER=""
FROM_NUMBER=""

Run in the terminal:

npm install
node index.js

Running the tests

Tests are run in the console just to show what would be sent and how many messages it would take. You can review at your leisure.

And coding style tests

See the Jest project.

Deployment

You can run it right from your console with either: npm start or node index.js

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the Apache-2.0 License - see the LICENSE.md file for details

Created by Spencer Pollock