Please include a summary of the change and which issue (if applicable) is fixed
I added the feature to start and stop the recording of data and changed naming convention of exported json files to include seconds (this was to fix a bug where recording 2 times in the same minute would overwrite the first data record).
Resolves #103 (delete if n/a)
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
Checklist
[X] I have performed a self-review of my own code
[X] I have commented my code, particularly in hard-to-understand areas
[X] I have made corresponding changes to the documentation (readme)
[X] My changes generate no new warnings or errors
[X] I have added tests/examples that prove my fix is effective or that my feature works
[X] New and existing lint guidelines/tests/examples pass with my changes (run npm test locally)
Description
Please include a summary of the change and which issue (if applicable) is fixed I added the feature to start and stop the recording of data and changed naming convention of exported json files to include seconds (this was to fix a bug where recording 2 times in the same minute would overwrite the first data record).
Resolves #103 (delete if n/a)
Type of change
Checklist