codeforamerica / citygram

Subscribe to your city.
MIT License
170 stars 91 forks source link

Start with OPD-Reports for Orlando #254

Closed devdupont closed 8 years ago

devdupont commented 8 years ago

Along with pull request #253, this will add Orlando to Citygram.

Publisher.create! do |pub|
  pub.title = "OPD Reports"
  pub.endpoint = "http://orlando-citygram-api.azurewebsites.net/?service=police"
  pub.active = true
  pub.visible = true
  pub.city = "Orlando"
  pub.icon = "police-incidents.png"
  pub.state = "FL"
  pub.description = "Orlando police incident reports. Updated in real-time as reports are closed."
  pub.tags = ["orlando","orl","crime","police"]
end