This application uses Property Transfer Tax data gathered by the Vermont Department of Taxes to show information about real estate transactions in the state. Select a county and town, then type the name of a street into the search box and select from the dropdown list.
It uses AngularJS's awesome two-way data binding, AngularUI for the typeahead GUI widget (and Bootstrap-like responsive design).
Land Transfer Record:
Street Address: {{landTransRecord.header[0].street}}
City: {{landTransRecord.header[0].city}}
Closing date: {{landTransRecord.header[0].date}}
Price: ${{landTransRecord.header[0].price}}
Use Code: {{landTransRecord.header[0].useCode}} ({{(config.useCodes | filter:{id:landTransRecord.header[0].useCode})[0].name}})
Buyers:
Sellers: (acquired {{landTransRecord.header[0].dateSellerAcquired}})
Special circumstances code: {{landTransRecord.header[0].specialCircumstancesCode}} ({{(config.specialCircumstancesCodes | filter:{id:landTransRecord.header[0].specialCircumstancesCode})[0].name}})