codeforamerica/citygram

Add Building Permits to Triangle region

nigelterry opened this issue · 2 comments

Please add the following dataset:

Publisher.create! do |pub|
pub.title = "Building Permits"
pub.endpoint = "http://citygram.codeforcary.org/permit-message"
pub.active = true
pub.visible = true
pub.city = "Triangle NC"
pub.icon = "building-permits.png"
pub.state = "NC"
pub.description = "Building Permit Applications from local Planning Departments"
pub.tags = ["triangle-nc"]
end

Thanks Nigel

Sorry for the delay, it's up!

Thanks!