This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Publisher.create! do |pub| | |
| pub.title = "Police Alerts" | |
| pub.endpoint = "http://tulsacrimestream.com/api/alerts" | |
| pub.active = false | |
| pub.visible = false | |
| pub.city = "Tulsa" | |
| pub.icon = "police-incidents.png" | |
| pub.state = "OK" | |
| pub.description = "Current police reports." | |
| pub.tags = ["tulsa"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Publisher.create! do |pub| | |
| pub.title = "Street Projects" | |
| pub.endpoint = "https://codefortulsa.opendatasoft.com/api/records/1.0/search?dataset=street-and-bridge-projects" | |
| pub.active = false | |
| pub.visible = false | |
| pub.city = "Tulsa" | |
| pub.icon = "street-closures.png.png" | |
| pub.state = "OK" | |
| pub.description = "Street and Bridge projects." | |
| pub.tags = ["tulsa"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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"] |