Usage

For using MQL, you need to provide at least a url.
It returns an <object> with the following properties:
  • status: The status associated with the response.
  • data: The data response from the API.
  • response: The Node.js response object.
Under non succesful response it will throw a MicrolinkError:
A `MicrolinkError` always has an associated `status`, `message` and `code`.