An open API service indexing awesome lists of open source software.

https://github.com/jshwlkr/microlink-block

microlink.io links as a gutenberg block
https://github.com/jshwlkr/microlink-block

gutenberg gutenberg-blocks microlink wordpress wordpress-plugin

Last synced: about 1 month ago
JSON representation

microlink.io links as a gutenberg block

Awesome Lists containing this project

README

          

This project was bootstrapped with [Create Guten Block](https://github.com/ahmadawais/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.