0.0.13 • Published 3 years ago

@hk223/srcshare.io v0.0.13

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

@hk223/srcshare.io

The unofficial API Wrapper for srcshare.io.

Installation

npm i @hk223/srcshare.io

Creating a Bin

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(`Code can be found here: ${bin.url}`);

Getting a Bin

const srcshare = require("@hk223/srcshare.io");
const bin = await srcshare.get("60cabbbc0b940faba40988ff");
console.log(bin);

FAQ

  • Can I add a language when posting?
    • Done

Support

0.0.13

3 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago