Skip to content

Instantly share code, notes, and snippets.

@bigfleet
Forked from jdungan/tulsa-fire-dispatches.rb
Last active October 13, 2015 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bigfleet/a39da6e19fda582b901d to your computer and use it in GitHub Desktop.
Save bigfleet/a39da6e19fda582b901d to your computer and use it in GitHub Desktop.
Translator for tulsa dataportal
Publisher.create! do |pub|
pub.title = "Fire Dispatches"
pub.endpoint = "https://citygram-services.herokuapp.com/tulsa-fire-dispatch"
pub.active = true
pub.visible = false
pub.city = "Tulsa"
pub.icon = "fire-calls.png"
pub.state = "OK"
pub.description = "Recent Tulsa Fire Department Dispatches."
pub.tags = ["tulsa"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment