Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 713 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 713 Bytes

eagles-hackathon

Project details:

  • dashboard with different widgets:
    • best performing stocks within a period of time
    • best performing stock combo (2 or more combined) within a period of time
    • highest moving stock (up or down) within a period of time
  • ability to give voice commands to Amazon Echo device, to retrieve this information (should be able to 'register' Echo devices within the GUI)

APIs

/api/transactions

  • GET

  • if countOnly is present, it will only return the count.

  • if date is present, it will return list of transactions by date.

  • limit the numbers of transactions that will be returned. 25 by default.

  • POST

  • { "csvLine": "..."}

  • DELETE