This simple project allows you to search restaurant by name, cuisine and location. Data set provided is a selection of 5,000 restaurants.
You can see it in action here.
- Clone this GitHub project
- Sign-in to Algolia Search service
- Fetch your Algolia
Application ID
andAPI Key
- Edit
./scripts/setenv.sh
and define you Node.js location withNODE_HOME
- Rename
./scripts/config.json.sample
to./scripts/config.json
and fill in yourApplication ID
andAPI Key
- Execute
./scripts/data_prepare.sh
to prepare data before indexing it to Algolia - Execute
./scripts/data_index.sh
to index your data up to Algolia - Open
./index.html
to search for restaurants
Note: The provided dataset has been created using the https://github.com/sosedoff/opentable project.