Skip to content

Instantly share code, notes, and snippets.

@jdungan
Last active March 5, 2016 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jdungan/4e5e07816ed9b543747a to your computer and use it in GitHub Desktop.
Save jdungan/4e5e07816ed9b543747a to your computer and use it in GitHub Desktop.
Translator for tulsa dataportal
Publisher.create! do |pub|
pub.title = "Fire Dispatches"
pub.endpoint = "https://www.cityoftulsa.org/cot/opendata/tfd_dispatch.jsn"
pub.active = false
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