queen-raae / gatsby-remark-oembed

A GatsbyJS Plugin that transforms oembed links into its corresponding embed code.
https://gatsby-remark-oembed.netlify.com/
MIT License
162 stars 25 forks source link

Epic: Restructure #116

Open raae opened 3 years ago

raae commented 3 years ago

It was quite new to Node when making this plugin and tried to take a functional programming approach.

Long time since I thoroughly looked at the code, but I remember it being in need of some easier to follow structuring and some node.js best practices.

This would also set "making a seperate oEmbed package" (#115) up for more success.