Opentek-Org / bookquotes

Generate lines, author, and book names from people's favorite books and also inspirational quotes!
https://www.npmjs.com/package/bookquotes
MIT License
19 stars 39 forks source link

Change format in inspire.json #58

Closed AnirudhPanda closed 3 years ago

AnirudhPanda commented 3 years ago

Description

Currently, we have inspire.json in the below format:

"line": "The moment you doubt whether you can fly, you cease forever to be able to do it.",
"book": "Per Pan",
"author": "J.M. Barrie"

Can we change it to:

"quote":
"author":

Ig we also have to change index.js accordingly to it. The reason is we just need inspirational quotes and not the book CC: @gitaalekhyapaul @saif-malik-01

Screenshots

No response

Additional information

No response

Do you want to work on this issue?

umair-fayaz commented 3 years ago

Hi, I would like to work on it

AnirudhPanda commented 3 years ago

Hi, I would like to work on it

Thanks please post here regarding any doubts!

umair-fayaz commented 3 years ago

Hi, I've created a PR #59. Can you please review?

umair-fayaz commented 3 years ago

@AnirudhPanda Are we good to close this one?