diff --git a/helpers/curl-to-fetch.json b/helpers/curl-to-fetch.json new file mode 100644 index 00000000..4523e86e --- /dev/null +++ b/helpers/curl-to-fetch.json @@ -0,0 +1,14 @@ +{ + "name": "Online cURL to fetch API converter", + "desc": "Get the equivalent JavaScript fetch code from a cURL command", + "url": "https://kigiri.github.io/fetch/", + "tags": [ + "Command line", + "HTTP", + "Fetch" + ], + "maintainers": [ + "kigiri" + ], + "addedAt": "2022-03-17" +}