Team JDA-8308 CS 3312/LMC 3431 Fall 2018-Spring 2019
Typically, when researchers want information about the way we sleep, they conduct a laboratory sleep study, involving expensive equipment and a huge hassle for participants. The app Sleep as a Symptom helps two researchers from the University of Alabama at Huntsville to gather that sleep data from people’s FitBits which they’re already using regularly. With the FitBit sleep data, the researchers can conduct their study with far more information at a far lower cost than with a traditional method.
The entire web application is new this release An overview of features:
Clone the project from Github to a local directory
git clone https://github.com/agretta/sleep-as-a-symptom.git
Run npm install
in the main directory of the project. This will install all the packages in package.json that are needed to run the project.
To run the website publically, register the site with whatever node-compatable domain service is being used and provide and launch the files there.
Run npm start
in the project directory to launch the application.
Currently there are no other known errors during installation that the team has encountered.