A Node.js application that allows a user to check for a permit at a specific address using text messaging.
The data source for permit information is CivicData.com.
- Clone this repo.
- Run
npm install
to install dependencies. - Set up a Twilio account.
- Copy
config.sample.js
toconfig.js
and enter your Twilio credentials.