fluxpoint-js
TypeScript icon, indicating that this package has built-in type declarations

2.0.3 • Public • Published

fluxpoint-js

Fluxpoint-JS is the offical Fluxpoint Javascript api library built for the fluxpoint api! https://fluxpoint.dev

Docs

https://fluxpointdev.github.io/fluxpoint-js/

const { FluxpointClient } = require("fluxpoint-js");
const client = new FluxpointClient({
  token: "token",
});

const main = async () => {
  console.log(await client.sfw.images.getNeko());
};

main().catch((e) => {
  console.log(e);
});

Install

npm i fluxpoint-js

DownloadsWeekly Downloads

1

Version

2.0.3

License

MIT

Unpacked Size

40.4 kB

Total Files

43

Last publish

Collaborators

  • j_ddev