[DevJoke API] Write a script to parse the jokes from README.md to a json file
MadhavBahl opened this issue · 7 comments
MadhavBahl commented
Idea: DevJoke API
Todo - Write a script to extract out all the dev jokes from README into a JSON file that can be taken as data for the api
Hint* The jokes in the README are delimited by * * *
MadhavBahl commented
@shrutikapoor08 it should be a very simple task, can you add good-first-issue
, first-timers-only
and hacktoberfest
labels to this issue?
gfant commented
Can I try this issue?
shrutikapoor08 commented
@iam-agf Yes!
gfant commented
Perfect! Is needed an specific language for the parser code or can I use the one of my preference?
shrutikapoor08 commented
Anything is okay as long as it gives a json :)
gfant commented
When you have a bit of free time, please check if the parser is correct or you need something different 🙂
hot9cups commented
I've also created a PR trying to resolve this issue, let me know what you think of it