Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zeroturnaround/stardate-converter
- Owner: zeroturnaround
- License: mit
- Created: 2017-03-24T09:36:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T18:58:24.000Z (almost 4 years ago)
- Last Synced: 2024-04-26T06:04:24.071Z (9 months ago)
- Topics: converter, date, star-trek, stardate
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 19
- Watchers: 8
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)