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

Refactor #44

Closed rayriffy closed 5 years ago

rayriffy commented 5 years ago

closes #27

All main functions goes to ./utils as called in issue and sub-functions are contain inside ./utils/.internal

For helper.js I don't want to include require() directly into exports but I can change it if you wish.

I also added TravisCI for automated testing.

raae commented 5 years ago

Wow, this is amazing.

I will add tests and make a new release for the other PR you submitted. Then we can do some housekeeping work and this is PR will kick that off 🎉

rayriffy commented 5 years ago

Now everything is up-to-date with 0.0.6

raae commented 5 years ago

I am on an extended Easter holiday, will get to this next week.