phacks / gatsby-source-meetup

Source plugin for pulling Meetup.com Group and Events data into Gatsby.
https://www.gatsbyjs.org/packages/gatsby-source-meetup/
11 stars 7 forks source link

Use createRemoteFileNode gatsby api to download pictures #3

Open oorestisime opened 5 years ago

oorestisime commented 5 years ago

There are a few pictures in each event:

organizer {
      name
      bio
      photo {
        highres_link
        photo_link
        thumb_link
      }
    }
    who
    group_photo {
      highres_link
      photo_link
      thumb_link
    }
    key_photo {
      highres_link
      photo_link
      thumb_link
    }

I think it makes sense to use the createRemoteFileNode to download these pictures so that we can use gatsby-image with them. I can work on this :)

phacks commented 5 years ago

@oorestisime That’d be awesome! It could be a nice addition to the https://jamstack.paris website as well. Please reach out if you need any help :)