brittanyrw / emojipages

EmojiPages is a listing of books and plays depicted through emojis.
https://emojipages.com/
Other
34 stars 102 forks source link

Add Goodreads link to items starting with A & B in data.js #320

Closed brittanyrw closed 4 years ago

brittanyrw commented 4 years ago

Add the itemLink URL to Goodreads for books that start with A & B in the data.js file.

You can refer to the link section in the README.

Updated objects should look like this with a new key named itemLink added to the end of the object. Make sure to separate itemLink and year with a comma:

{
    title: "The Devil Wears Prada",
    author: "Lauren Weisberger",
    emojiImgs: "😈👩🏻‍🦳👠👩🏻👗👛",
    genres: ["drama", "comedy","romance"],
    year: 2003,
    itemLink: "https://www.goodreads.com/book/show/5139.The_Devil_Wears_Prada"
}
lyndipc commented 4 years ago

I'd like to work on this issue!

brittanyrw commented 4 years ago

Hi @lyndic. Great! I have assigned this to you.