@abai/hastebin 中文文档教程

发布于 3年前 浏览 29 项目主页 更新于 3年前

@abai/hastebin

@abai/hastebin 是一个用于创建 hastebins 的异步模块 https://yarn.pm/@ abai/hastebin

Installation

yarn add @abai/hastebin

Usage

import hastebin from '@abai/hastebin';

hastebin('your code here', { extension: 'txt' /* not required */ })
  .then((haste) => {
    console.log(haste); // https://hastebin.com/example.txt
  })
  .catch((error) => {
    console.error(error);
  });

(c) 2019 年至今 Aiden Bai

@abai/hastebin

@abai/hastebin is an asynchronous module for creating hastebins https://yarn.pm/@abai/hastebin

Installation

yarn add @abai/hastebin

Usage

import hastebin from '@abai/hastebin';

hastebin('your code here', { extension: 'txt' /* not required */ })
  .then((haste) => {
    console.log(haste); // https://hastebin.com/example.txt
  })
  .catch((error) => {
    console.error(error);
  });

(c) 2019-present Aiden Bai

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文