Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 797 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 797 Bytes

Snowflake API

Official API client for snowflake-api.

Snowflake-API

Example

const { Client } = require("snowflake-api");
// import Client from "snowflake-api" or import { Client } from "snowflake-api"

const client = new Client("API_KEY");

client.me().then(console.log); // user info

/*
{
  user: '480933736276426763',
  pro: true,
  ratelimits: 5000,
  banned: false,
  requests: '36',
  tokenCreatedTimestamp: 1608371383745,
  createdTimestamp: 1606890937906
}
*/

Links

Discord Server