Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billiegoose/unixtime
A microservice that returns the UNIX epoch timestamp
https://github.com/billiegoose/unixtime
Last synced: about 1 month ago
JSON representation
A microservice that returns the UNIX epoch timestamp
- Host: GitHub
- URL: https://github.com/billiegoose/unixtime
- Owner: billiegoose
- License: other
- Created: 2017-03-12T04:35:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T05:31:05.000Z (almost 8 years ago)
- Last Synced: 2024-10-06T03:23:25.776Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
unixtime
A microservice that returns the UNIX epoch timestamp. Demo: https://unixtime.now.sh
## Installation
Download node at [nodejs.org](http://nodejs.org) and install it, if you haven't already.
Then in the terminal, run:
```sh
git clone https://github.com/wmhilton/unixtime
cd unixtime
npm install
npm start
```License
Unless stated otherwise all works are:
- Copyright © William Hilton
and licensed under:
_Parts of this file are based on [package-json-to-readme](https://github.com/zeke/package-json-to-readme)_
_README.md (and other files) are maintained using [mos](https://github.com/mosjs/mos) and [projectz](https://github.com/bevry/projectz)_