Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubenvar/fcc-timestamp
Timestamp Microservice project for freeCodeCamp
https://github.com/rubenvar/fcc-timestamp
freecodecamp
Last synced: about 2 months ago
JSON representation
Timestamp Microservice project for freeCodeCamp
- Host: GitHub
- URL: https://github.com/rubenvar/fcc-timestamp
- Owner: rubenvar
- Created: 2018-03-23T20:22:14.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T17:05:53.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T23:04:40.112Z (almost 2 years ago)
- Topics: freecodecamp
- Language: JavaScript
- Homepage: https://bristle-feast.glitch.me/
- Size: 173 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FreeCodeCamp Timestamp Microservice
This is the first API project on the freeCodeCamp APIs and Microservices Certification.
You can pass a string as a parameter, and it will check if the string is either a unix timestamp or a natural language date (example: July 31, 1990), and return accordingly.
It's here: [https://bristle-feast.glitch.me/](https://bristle-feast.glitch.me/)