#Philly311SMS
This is a demo app that shows how to use the Philly311 API to enable text message lookups for the status of service requests.
##Modules
##Installation / Usage
Clone this repo, then open the solution in Visual Studio. You'll need to install NancyFx, JSON.NET and Twilio.NET via the NuGet package manager:
PM> Install-Package Nancy.Hosting.Aspnet PM> Install-Package Newtonsoft.Json PM> Install-Package Twilio
The C# class for Open311 is not yet availalbe via NuGet, so clone the repo, open the solution, build, then move the resultant .dll file into your solution.
You'll need a Twilio account. Add your account credentials in Web.config and your good to go.
A test instance is currently running and can be accessed by sending a valid Philadelphia service request ID to (215) 600-2137. Note - currently the Philly 311 API only exposes service requests created through the Philly311 mobile app or the Philly311 website. Not all service requests can be access through this test app.