Polyadvisor is a Nodejs program which aims to retrieve data from tripAdvisor and make a confiance ratio from reviews of location.
- Display clear and understandable results
- Allow User to quickly analyse locations by using a website.
- Retrieve old analyses using the history page.
Polyadvisor works in 3 steps
Polyadvisor is intended to work with Nodejs, to install the project you need to clone the repository :
git clone git@github.com:caullird/proj632-tripadvisor.git
Then install the dependencies:
yarn
The 2 usages for Polyadvisor.
- Command line
node main.js <URL>
- With website
node app.js
Then open your browser on http://localhost:3000