KinoCurl CIHex.pmHexdocs.pm

cURL integration with Kino for Livebook. Automatically converts curl commands in a Livebook into executable Elixir code.

Installation

To install KinoCurl in a Livebook, you can use Mix.install/2:

Mix.install([
  {:kino_curl, "~> 0.2.0"}
])

See also

If you're using Req in your Livebook you may also be interested in Merquery and curl_req.

Notes