This app is running at papersearch.org which lets you search the Figshare API along with whitepaper recommendations from a FREQL recommendation engine.
You must have a recent version of Node.js installed on your system.
First download this project locally. Command line would be:
git clone https://github.com/gittyeric/figshare-explorer
Now from command line, navigate to the folder and build the project:
cd path/to/project/figshare-explorer
npm install
npm run build
If all goes well, you can then run the project in development mode:
npm run start