Skip to content
Snippets Groups Projects
Unverified Commit fa289875 authored by John Titus's avatar John Titus Committed by GitHub
Browse files

Updated readme with npm or yarn install.

Fixes issue #2
parent e5d5d829
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,9 @@ Requires a Twilio account.
## Installation
1. Clone this repo.
2. Modify items.json with the name and url of products you want to watch.
3. Create a .env file with the following Twilio attributes
2. `npm install` or `yarn install`
3. Modify items.json with the name and url of products you want to watch.
4. Create a .env file with the following Twilio attributes
```
accountSid=twilioSid
......@@ -19,7 +20,7 @@ twilioFrom='+yourTwilioPhoneNumber'
twilioTo='+phoneNumberToText'
```
4. Run it
5. Run it
```
node index.js
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment