Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 665 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 665 Bytes

Pixlee

###NOTE: mlab has made updates that affected this project and the project no longer works.

To run locally, use the command "node src/app.js" and open up your browser to localhost:5000.

It can also be found at pixleeminiproject.herokuapp.com

Notes

  • If no dates are specified, it will start from the most recent results.

  • If only the start date is specified, it will only show results starting from that time.

  • If only the end date is specified, it will only show results on or before that time.

  • If the start date is greater than the end date, the two dates will be swapped.

  • If the start or end date are in the future, an error occurs.