muchris
January 11, 2017, 9:20pm
#1
Hello!
Just finished the Node - Timestamp Microservice. Would someone mind taking a look at the code and app output to let me know if they think I completed it correctly. I wasn’t sure if I did it right.
Posted on Github: https://github.com/muchris26/fcc-api-timestamp
Hosted on Heroku: http://fcc-timestamp-microserver.herokuapp.com/
With Sample Date: http://fcc-timestamp-microserver.herokuapp.com/1-1-2010
Thank you!
Chris
It seems like it doesn’t work with small numbers. For example http://fcc-timestamp-microserver.herokuapp.com/3824789234 returns Invalid Date
muchris
January 11, 2017, 9:40pm
#3
Oh right. Unix it’s looking for a 13 digit number. I can fix that.
Thanks!
muchris
January 12, 2017, 2:07am
#4
Hi Ben,
Fixed the unix date to read all lengths. Please take a peek if you have a minute!
Thanks!
Chris
muchris
January 12, 2017, 2:28pm
#6
Thanks Ben for checking it out!