- To use our npm package schedule_creator_ssd_team_28 these are the instructions
npm install schedule_creator_ssd_team_28
create_schedule()
function is exported from the above library.- Arguments for the above function is an object with start_time, end_time, no_events, breaks, output_format, schedule_name, schedule_date as keys
- The demo of using the npm package is present in
frontend_demo
folder. - To run the demo follow these instructions:
cd frontend_new
npm install
npm run dev