Blog by Corentin


api

Displaying my vinyl collection from the Discogs API

Displaying my vinyl collection from the Discogs API

I recently started to collect vinyls and I wanted to display my collection on my website. I found that Discogs, a service that allows to catalog your vinyls, has a public API that can be used to retrieve the data of a user’s collection.

How to upload a video on Youtube with NodeJS

How to upload a video on Youtube with NodeJS

I recently worked on a simple project for a Twitter user that wanted a way to reshare videos over Youtube. The Google documentation was not really clear so here is a post to better explain how to upload a video with the Youtube API in NodeJS.