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 for items starting with R to W in the data.js file #274

Closed brittanyrw closed 5 years ago

brittanyrw commented 5 years ago

If you would like to work on this Issue, comment below and wait for confirmation before starting to code.

Add the itemLink url for book objects that start with R to W in the data.js file.

The object currently looks like this:

{
    title: "Winnie the Pooh",
    author: "A. A. Milne",
    emojiImgs: "πŸ§ΈπŸ―πŸ…πŸ€”",
    genres: ["childrens", "classic", "fantasy"],
    year: 1926
  }

It should now look like this:

{
    title: "Winnie the Pooh",
    author: "A. A. Milne",
    emojiImgs: "πŸ§ΈπŸ―πŸ…πŸ€”",
    genres: ["childrens", "classic", "fantasy"],
    year: 1926,
    itemLink: "https://www.goodreads.com/book/show/99107.Winnie_the_Pooh"
  }

The itemLink should be a link to the book on Goodreads.

Also for your section of objects (starting with R to W) if they are not already in the correct alphabetical order, please reorder them so that they are in alphabetical order.