Skip to content

Commit d3452d9

Browse files
author
Fabio Hirt
authored
Update README.md
1 parent 2d3c0f1 commit d3452d9

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
# timestamp-git
1+
# timestamp-microservice
2+
Build a full stack JavaScript app that implements the following User Stories:
3+
1. 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).
4+
2. If it does, it returns both the Unix timestamp and the natural language form of that date.
5+
3. If it does not contain a date or Unix timestamp, it returns null for those properties.
6+
7+
28
[link to app](https://radiant-river-61561.herokuapp.com/)

0 commit comments

Comments
 (0)