Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 561 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 561 Bytes

This project was bootstrapped with Create Guten Block.

This is a gutenberg block for interacting with microlink.io. It doesn't actually take advantage of any of the useful microlink features, it was mostly an attempt at fetching the API data in the editor instead of the front-end (in order to circumvent the rate limit of microlink's API).

Notable omissions in the code include: throwing an error on failure but not catching it, not addressing timeout, leaving the editor in a notably bad state.