From 7f5b5c428f39357242dc907757a8bb9fcffa6633 Mon Sep 17 00:00:00 2001 From: zyphlar Date: Tue, 16 Jan 2018 20:15:11 -0800 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46b226a..36682e8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ -# twilio-time-and-temperature +# Twilio Time & Temperature Make your own Time and Temperature phone number / sms service! + +## Prerequisites + +- A Twilio account +- A Weather Underground API account +- A publicly-accessible server running PHP + +## Installation + +- Copy the time-temp.inc.php.dist file to time-temp.inc.php and modify with your Twilio and WUnderground details. +- Access time-temp.php to ensure it's working (should generate XML.) +- Set your Twilio phone number(s) to send an HTTP POST WebHook to the time-temp.php public URL. +- Call/text the number to test!