Created
October 11, 2021 18:40
-
-
Save chao-xian/437e4cbc11555732f1f566f4876cc204 to your computer and use it in GitHub Desktop.
Xuntos copy paste
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
orgs = await fetch("https://www.gov.uk/api/content/government/organisations").then(response => response.json()) | |
ministers = await fetch("https://www.gov.uk/api/content/government/ministers").then(results => results.json()) | |
console.log(`${ministers["links"]["ministers"][12]["links"]["role_appointments"][0]["title"]} - ${orgs["details"]["ordered_ministerial_departments"][5]["title"]}`) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment