Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cesiumlabs/snowflake-api
Official JavaScript API client for snowflake-api.
https://github.com/cesiumlabs/snowflake-api
chatbot registry snowflake-api
Last synced: about 2 months ago
JSON representation
Official JavaScript API client for snowflake-api.
- Host: GitHub
- URL: https://github.com/cesiumlabs/snowflake-api
- Owner: CesiumLabs
- Created: 2020-12-09T18:40:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T03:36:53.000Z (over 3 years ago)
- Last Synced: 2024-04-28T17:47:03.352Z (9 months ago)
- Topics: chatbot, registry, snowflake-api
- Language: TypeScript
- Homepage: https://npmjs.com/package/snowflake-api
- Size: 68.4 KB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snowflake API
Official API client for **snowflake-api**.![Snowflake-API](https://nodei.co/npm/snowflake-api.png)
# Example
```js
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
- **[Documentation](https://snowflake-api.js.org)**
- **[Discord Support Server](https://discord.gg/2SUybzb)**
- **[GitHub](https://github.com/DevSnowflake/snowflake-api)**# Discord Server
[![](https://i.imgur.com/f6hNUfc.png)](https://discord.gg/2SUybzb)