I've wrote the following script to upload photos to unsplash via nodejs but doesn't seems to work correctly.
The process is:
- Get a signed url from S3
- Make a put with the binary of the image (the upload process)
- Then finally add the image to the current user.
Link to the gist
I've wrote the following script to upload photos to unsplash via nodejs but doesn't seems to work correctly.
The process is:
Link to the gist