Skip to content

Commit

Permalink
Merge pull request #11 from tanayshinde18/main
Browse files Browse the repository at this point in the history
Horror story
  • Loading branch information
1447bits authored Oct 17, 2023
2 parents 7fb642f + 64b43e0 commit b332bc7
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
3 changes: 2 additions & 1 deletion talebuddy/allStories.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"story_paths":[
"/stories/HARRY_POTTER.json",
"/stories/The_Gulliver's_Travels.json",
"/stories/A_KING.json"
"/stories/A_KING.json",
"/stories/hi.json"
]
}
4 changes: 2 additions & 2 deletions talebuddy/stories/A_KING.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"page_title": "A king and his ______",
"page_content": [
"there was a king",
"He had a dream",
"he never woke up"
"He was stupid",
"cuz he died."
]
}
],
Expand Down
21 changes: 21 additions & 0 deletions talebuddy/stories/hi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"title": "andheri raat me safed saree wali daayan",
"about_story": "horror story featuring lady in white saree",
"number_of_pages": "1",
"pages": [
{
"page_title": "page title",
"page_content": [
"paragraph1",
"paragraph2",
"paragraph2"
]
}
],
"credits": [
{
"name": "",
"url": ""
}
]
}

0 comments on commit b332bc7

Please sign in to comment.