Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivankahl/timestamps
Simple SvelteKit application that lets you convert timestamps between different formats.
https://github.com/ivankahl/timestamps
svelte timestamps utilities
Last synced: 12 days ago
JSON representation
Simple SvelteKit application that lets you convert timestamps between different formats.
- Host: GitHub
- URL: https://github.com/ivankahl/timestamps
- Owner: ivankahl
- Created: 2024-10-23T12:32:55.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-23T17:48:32.000Z (2 months ago)
- Last Synced: 2024-11-02T04:11:45.811Z (2 months ago)
- Topics: svelte, timestamps, utilities
- Language: TypeScript
- Homepage: https://timestamps.duckling.run
- Size: 270 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Timestamps header](./assets/header.png)
Convert between different timestamp formats.---
I often finding myself needing to convert timestamps between different formats. Usually, I'd just Google a tool to do it and use the first one available.
I recently discovered SvelteKit and thought it would be cool to take a stab at it by building a simple converter.
## Technology
- **[SvelteKit](https://svelte.dev/)** for the actual application
- **[Skeleton UI](https://www.skeleton.dev/)** for the UI elements
- **[Date Picker Svelte](https://www.npmjs.com/package/date-picker-svelte)** for the date picker, since Skeleton doesn't have one.## Getting Started
1. Clone the repository
2. Open a terminal window and navigate to the root directory
3. Run the application using `npm run dev`
4. Navigate to the URL displayed in the terminal window.![Screenshot of Timestamps](./assets/screenshot.png)
## Contributing
If you find an error, please feel free to open an issue in GitHub and I'll take a look.
You're also more than welcome to contribute code if you'd like by forking the repository, making the change and making a pull request.