https://github.com/m3hari/fcc-timestamp
FreeCodeCamp Back End Development Road Map API Project
https://github.com/m3hari/fcc-timestamp
fcc javascript nodejs
Last synced: 2 months ago
JSON representation
FreeCodeCamp Back End Development Road Map API Project
- Host: GitHub
- URL: https://github.com/m3hari/fcc-timestamp
- Owner: m3hari
- Created: 2017-05-19T16:29:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T13:23:35.000Z (about 9 years ago)
- Last Synced: 2026-04-27T16:36:43.315Z (2 months ago)
- Topics: fcc, javascript, nodejs
- Language: JavaScript
- Homepage: https://fierce-sierra-33864.herokuapp.com/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timestamp Micro Service
[FreeCodeCamp](https://www.freecodecamp.com)
## Back End Development Road Map API Project
```
Objective: Build a full stack JavaScript app that is functionally similar to this: https://timestamp-ms.herokuapp.com/ and deploy it to Heroku.
Note that for each project, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit https://freecodecamp.com/challenges/get-set-for-our-api-development-projects.
Here are the specific user stories you should implement for this project:
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).
User Story: If it does, it returns both the Unix timestamp and the natural language form of that date.
User Story: If it does not contain a date or Unix timestamp, it returns null for those properties.
Once you've finished implementing these user stories, click the "I've completed this challenge" button and enter the URLs for both your GitHub repository and your live app running on Heroku.
You can get feedback on your project by sharing it with your friends on Facebook.
```