https://github.com/ayush987goyal/timestamp-microservice
Timestamp Microservice
https://github.com/ayush987goyal/timestamp-microservice
express javascript microservice nodejs timestamp-microservice unix-timestamp
Last synced: 3 months ago
JSON representation
Timestamp Microservice
- Host: GitHub
- URL: https://github.com/ayush987goyal/timestamp-microservice
- Owner: ayush987goyal
- Created: 2017-08-15T07:22:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T10:22:14.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T10:39:47.105Z (5 months ago)
- Topics: express, javascript, microservice, nodejs, timestamp-microservice, unix-timestamp
- Language: JavaScript
- Homepage: https://timestamp-microservice-ag.glitch.me/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timestamp Microservice
API: *[Timestamp Microservice](https://timestamp-microservice-ag.glitch.me/)*
## Free Code Camp User Stories
+ I can pass a string as a parameter, and it will check to see whether that string contains either a unix timestamp or a natural language date (example: January 1, 2016).+ If it does, it returns both the Unix timestamp and the natural language form of that date.
+ If it does not contain a date or Unix timestamp, it returns null for those properties.