Skip to main content
Deno 2 is finally here 🎉️
Learn more

deno-snowflake

nest badge deno doc

❄ 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.