Created
August 28, 2019 18:53
-
-
Save morisy/b3668f7eb4e4e9331dd491babd31761f to your computer and use it in GitHub Desktop.
Sample output from GovLens
This file contains 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
{ | |
"id": 2, | |
"name": "Traffic, Parking & Transportation", | |
"Website": "https: //www.cambridgema.gov/traffic", | |
"profile": { | |
"security_and_privacy": { | |
"https": { | |
"met_criteria": True, | |
"info": None | |
}, | |
"hsts": { | |
"met_criteria": False, | |
"info": None | |
}, | |
"privacy_policies": { | |
"met_criteria": True, | |
"info": None | |
} | |
}, | |
"outreach_and_communication": { | |
"social_media_access": { | |
"met_criteria": False, | |
"info": [] | |
}, | |
"contact_access": { | |
"met_criteria": True, | |
"info": { | |
"email": [], | |
"phone_number": [ | |
"617-349-4000", | |
"617-349-4242" | |
], | |
"address": " 795 Massachusetts Ave. Cambridge,\\r \\t\\t\\t\\t\\t\\tMA 02139" | |
} | |
} | |
}, | |
"website_accessibility": { | |
"mobile_friendly": { | |
"met_criteria": True, | |
"info": None | |
}, | |
"page_speed": { | |
"met_criteria": True, | |
"info": 0.99 | |
}, | |
"performance": { | |
"met_criteria": True, | |
"info": 0.96 | |
}, | |
"multi_lingual": { | |
"met_criteria": True, | |
"info": None | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment