shrutikapoor08/devjoke

[DevJoke API] Write a script to parse the jokes from README.md to a json file

Closed this issue · 7 comments

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 * * *

@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?

@iam-agf Yes!

gfant commented

Perfect! Is needed an specific language for the parser code or can I use the one of my preference?

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 🙂

I've also created a PR trying to resolve this issue, let me know what you think of it