https://github.com/audrow/sta-podcast-timestamp-tools
https://github.com/audrow/sta-podcast-timestamp-tools
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/audrow/sta-podcast-timestamp-tools
- Owner: audrow
- License: mit
- Created: 2022-02-07T16:09:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T08:02:59.000Z (over 3 years ago)
- Last Synced: 2025-03-11T04:38:03.040Z (over 1 year ago)
- Language: TypeScript
- Size: 991 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
A few convenience functions for working with timestamps.
## Getting started
To get started, clone this repository and run the following:
```bash
npm ci # install dependencies
npm run prepare # setup git hooks
```
From there, you can run the tests to confirm that things are working:
```bash
npm test
```