Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use createRemoteFileNode gatsby api to download pictures #3

Open
oorestisime opened this issue Jun 23, 2019 · 1 comment
Open

Use createRemoteFileNode gatsby api to download pictures #3

oorestisime opened this issue Jun 23, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@oorestisime
Copy link
Collaborator

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 :)

@oorestisime oorestisime added the enhancement New feature or request label Jun 23, 2019
@phacks
Copy link
Owner

phacks commented Jun 27, 2019

@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 :)

@oorestisime oorestisime self-assigned this Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants