Unofficial API Wrapper for srcshare.io
npm install @hk223/srcshare.ioThe unofficial API Wrapper for srcshare.io.
``bash`
npm i @hk223/srcshare.io
`jsCode can be found here: ${bin.url}
const srcshare = require("@hk223/srcshare.io");
const bin = await srcshare.create({
code: "hello world",
error: "bad error",
title: "my code",
description: "my code here is the best code",
});
console.log();`
`js``
const srcshare = require("@hk223/srcshare.io");
const bin = await srcshare.get("60cabbbc0b940faba40988ff");
console.log(bin);
- Can I add a language when posting?
- Done
- Join the discord