huynhsamha / freecodecamp-timestamp-microservice

freeCodeCamp - Challenge Timestamp Microservice

Home Page:https://impartial-attempt.glitch.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

freecodecamp-timestamp-microservice

Challenge at freeCodeCamp:

https://www.freecodecamp.org/challenges/timestamp-microservice

Deploy it to Glitch

https://impartial-attempt.glitch.me/

User Story

  • 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.

About

freeCodeCamp - Challenge Timestamp Microservice

https://impartial-attempt.glitch.me/

License:MIT License


Languages

Language:JavaScript 62.5%Language:HTML 29.9%Language:CSS 7.6%