v0.0.1
❄ Deno module to work with Twitter's Snowflake technology
Repository
Current version released
4 years ago
Versions
deno-snowflake
❄ Deno module to work with the Twitter’s Snowflake technology
Getting Started
Requirements
You need deno to use this deno module.
Usage
Import the module to use it.
import * as Snowflake from 'https://x.nest.land/deno_snowflake@0.0.1/snowflake.ts';
// import * as Snowflake from "https://denopkg.com/n1c00o/deno-snowflake/snowflake.ts"
// import * as Snowflake from "https://deno.land/x/oak/snowflake.ts"
License
The module is licensed under the MIT License. Please read LICENSE for more information.
Contributing
Thanks for wanting to contribute to deno_snowflake
! Please read CONTRIBUTING.md and CODE_OF_CONDUCT.