Snow Stamp screenshot

Snow Stamp

Author Avatar Theme by Vegeta897
Updated: 11 Aug 2023
247 Stars

Get the timestamp from a Discord snowflake

Categories

Overview:

Snow-Stamp is a convenient online tool designed to allow users to paste a Discord snowflake and retrieve the corresponding timestamp. Developed by vegeta897, this tool simplifies the process of converting snowflakes to timestamps, making it ideal for developers and Discord users alike.

Features:

  • Conversion Code Availability: Developers can access the conversion code in src/convert.js for implementing the conversion process.
  • Flexible Deployment Options: Users have the choice to deploy a static site or run the included server for diverse deployment needs.
  • Custom Epoch Setting: Snow-Stamp allows users to utilize a custom epoch by setting the SNOWFLAKE_EPOCH environment variable.

Installation:

To install Snow-Stamp, follow these steps:

  1. Clone the repository using npm install && npm run dev.
  2. Build the project by running npm run build.
  3. For a static site deployment, copy or host the contents of /build.
  4. Alternatively, start the server with npm start, which runs on port 3000 by default.

Summary:

Snow-Stamp is a user-friendly solution that streamlines the process of converting Discord snowflakes to timestamps. With features such as code availability for developers, flexible deployment options, and custom epoch settings, the tool caters to a diverse range of users. Whether you need to quickly retrieve timestamps or customize the conversion process, Snow-Stamp offers a convenient and efficient solution.