Last active
September 13, 2019 15:00
-
-
Save tonyomendoza/2f105bc7df66becf2a30cd56483c6b77 to your computer and use it in GitHub Desktop.
Terminal Incantation for adding Los Angeles 311 Service Request to the Citygram server
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 = "MyLA311 Service Requests" | |
| pub.endpoint = "https://citygram-los-angeles-registry.herokuapp.com/los-angeles-311-service-requests" | |
| pub.active = true | |
| pub.visible = true | |
| pub.city = "Los Angeles" | |
| pub.icon = "los-angeles/la-311.png" | |
| pub.state = "CA" | |
| pub.description = "Los Angeles" | |
| pub.tags = ["los-angeles"] | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@tonyomendoza -- this is live on the site, thank you!