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 F - J in data.js #322

Closed brittanyrw closed 4 years ago

brittanyrw commented 4 years ago

Add the itemLink URL to Goodreads for books that start with F to J 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"
}
tuzun89 commented 4 years ago

Hello, can I work on this one?

brittanyrw commented 4 years ago

@tuzun89 No thanks for this one. You have commented on multiple Issues and I would prefer other people have a chance to contribute. Thanks!