-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Hello, sir
We noted you did a copy of our library, Microlink SDK.
Nothing bad there, but after analyzing the code, I noted that the only difference here is, while Microlink SDK uses Microlink API for getting the data, you are using a set of rules over popular sites.
Well, actually you can do that using setData:
import Microlink from '@microlink/react'
export default () => (
<Microlink
url='https://www.instagram.com/p/Bt6EMQhHHIr/'
setData={data => ({
/* your data interface here! */
}})
/>Doing that, you don't need to rewrite all the library; just create a Higher Order Component over Microlink SDK.
Also, I'm very open to collaborate and join efforts 🙂
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels