Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zeroturnaround/stardate-converter

Converts common date to Star Trek stardate
https://github.com/zeroturnaround/stardate-converter

converter date star-trek stardate

Last synced: about 2 months ago
JSON representation

Converts common date to Star Trek stardate

Awesome Lists containing this project

README

        

# Stardate Converter · HovpoH MughwI' [![NPM version](https://img.shields.io/npm/v/stardate-converter.svg)](https://npmjs.com/package/stardate-converter) [![Build Status](https://travis-ci.org/zeroturnaround/stardate-converter.svg?branch=master)](https://travis-ci.org/zeroturnaround/stardate-converter)

**Stardate Converter (HovpoH MughwI')** is a JavaScript library for converting common date to Star Trek stardate (Hov Trek hovpoh).

## Install · Jom

```
npm install stardate-converter --save
```

## Usage

```js
import stardate from "stardate-converter";

console.log(stardate(new Date(2017, 9, 24)));
```

Output:

```
-305189.04
```

## License · Chaw'

[MIT](https://github.com/zeroturnaround/stardate-converter/blob/master/LICENSE)