An open API service indexing awesome lists of open source software.

https://github.com/audrow/sta-podcast-timestamp-tools


https://github.com/audrow/sta-podcast-timestamp-tools

Last synced: over 1 year ago
JSON representation

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
```