Skip to content

Get the timestamp from a Discord snowflake ❄

License

Notifications You must be signed in to change notification settings

lewd-tech/snow-stamp

 
 

Repository files navigation

❄️ Snow-Stamp

I couldn't find a page anywhere that let you paste in a Discord snowflake to get the timestamp.

So I made one.

🔗 https://snowsta.mp

👩‍💻 If you're a developer looking for the conversion code, check out src/convert.js

Contribute

Pull requests and issues are welcome! Check the help wanted tag.

Develop

  1. npm install && npm run dev
  2. Write code
  3. npm run format && npm run test

Deploy

You can deploy a static site or run the included server. The benefit of using the server is that links containing snowflakes will show the timestamp in embeds when posted on services like Discord.

For either deployment, you must first build:

npm run build

To deploy a static site, copy or host the contents of /build

Otherwise, start the server:

npm start

The server runs on port 3000 by default, but you can set PORT in your environment variables. You can create a .env file in root to set this variable.

Custom Epoch

You can use a custom epoch instead of Discord's by setting environment variable SNOWFLAKE_EPOCH to the desired integer or with an .env file.

Sponsors

You can sponsor me on GitHub to have your name added here, or on snowsta.mp itself!


MadeWithSvelte.com shield

About

Get the timestamp from a Discord snowflake ❄

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.9%
  • Svelte 31.0%
  • HTML 15.3%
  • CSS 2.8%