Organized the Houses, characters in A-Z and qoutes in A-Z order by na…#15
Merged
shevabam merged 1 commit intoshevabam:masterfrom Nov 12, 2024
Merged
Organized the Houses, characters in A-Z and qoutes in A-Z order by na…#15shevabam merged 1 commit intoshevabam:masterfrom
shevabam merged 1 commit intoshevabam:masterfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Owner
|
Wow! Impressive! Thanks a lot :) |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I organized the houses, characters and qoutes in alphabetic order to easily see what is missing.
Example:
Houses:
{ "houses": { "baelish": { "name": "House Baelish of Harrenhal" }, "baratheon": { "name": "House Baratheon of Dragonstone" }, "bolton": { "name": "House Bolton of the Dreadfort" }, "clegane": { "name": "House Clegane of Clegane's Keep" }, "frey": { "name": "House Frey of the Crossing" }, "greyjoy": { "name": "House Greyjoy of Pyke" }, "lannister": { "name": "House Lannister of Casterly Rock" } }Characters:
{ "characters": { "aemon": { "name": "Aemon Targaryen", "house": "targaryen" }, "aerys": { "name": "Aerys II Targaryen", "house": "targaryen" }, "arya": { "name": "Arya Stark", "house": "stark" }, "baelish": { "name": "Petyr Baelish", "house": "baelish" }, "bran": { "name": "Bran Stark", "house": "stark" } }Qoutes:
{ "quotes": [ { "character": "cersei", "sentence": "I don't care about checking my worst impulses. I don't care about making the world a better place. Hang the world." }, { "character": "cersei", "sentence": "I don't choose sides. I'm the queen of the Seven Kingdoms." }, { "character": "cersei", "sentence": "I want our baby to live. Don't let me die, Jaime. Please don't let me die." }, { "character": "cersei", "sentence": "If you ever call me sister again, I'll have you strangled in your sleep." }, { "character": "cersei", "sentence": "If you want a whore, buy one. If you want a Queen, earn her." } ] }