Skip to content

Hello from microlink #16

@Kikobeats

Description

@Kikobeats

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 🙂

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions