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 L - P in data.js #323

Closed brittanyrw closed 4 years ago

brittanyrw commented 4 years ago

Add the itemLink URL to Goodreads for books that start with L - P 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

Hey, can I work on this one as well?