A tool for academic researchers to conduct a keyword search of Google Play and get back the metadata for all relevant apps.
This project is stil a work in progress. You can view our beta site at smar-tool.org. Also, take a look at our User Guide for an in-depth overview of how to use our application.
Our backend code can be found here.
This project was made with love at the Santa Clara University HCI Lab by a student-led team of researchers across various disciplines.
Faculty Advisor 💡
- Professor Kai Lukoff | Website
Project Lead 💬
Developer Team 🖥️
Technical Consulting Team 🗒️
Literature Review Team 📖
Project Alumni 🤍
- Akaash Trivedi
- Vaishnavi Upadhye
- Rani Rajurkar
We strongly advise accessing our tool via our website for the best user experience!
Experienced developers who wish to try the SMAR tool on their local machine: read on.
-
Clone down the
sar-frontend
andSAR-backend
repositories to your local machine. -
To use our stable, deployed branch:
git checkout production
in both the frontend and backend repositories. -
To start
sar-backend
: Runnode index.js
-
To start
sar-frontend
: Runnpm-start