MyMood-Alexa / MyMood-Interface

0 stars 2 forks source link

[DI-2.6] Update JSON Weekly #37

Closed dionwu110 closed 5 years ago

dionwu110 commented 5 years ago

-Have server update the JSON file with new interactions from DynamoDB every week connects #14 child of #14

dionwu110 commented 5 years ago

Using an npm package called node-schedule, it will perform a function at a specific time. We decided to perform an update on our JSON file on Mondays at Midnight that will receive the data stored on DynamoDB and append it to our database table on our server.