Skip to content

Latest commit

 

History

History
executable file
·
11 lines (6 loc) · 274 Bytes

README.md

File metadata and controls

executable file
·
11 lines (6 loc) · 274 Bytes

Timestamp Microservice

An API project for Free Code Camp.

Just pass a date or a Unix timestamp as a parameter, you'll receive both date types back.

If the parameter sent is neither, null will be returned for both.

Tests

Run npm test to run the Mocha test suite.