- Answers to your written questions will be recorded in Answers.md
- Just a friendly Reminder Don't fret or get anxious about this, this is a no-pressure assessment that is only going to help guide you here in the near future. This is NOT a pass/fail situation.
- What is Node?
- What is Express?
- What is Middleware?
- What is an endpoint?
You're going to create a server using Node and Express. This server is going to have the endpoint /compare and will return the amount that bitcoin's value in USD has either risen or fallen between the current day and the previous. You will get this data by using the provided api. Make two separate requests, one for the previous value and one for the current.
Good luck, and have fun!