#Store Locator with "Buy Online, Pickup at Store" capability, using Algolia, Mapbox and Twilio
This sample app leverage Algolia with Instant Search, Autocomplete and Mapbox
The sample app uses the following features :
- Algolia Instant Seach React : 📘
- Algolia Autocomplete : 📘
- Mapbox GL.js : 📗
- Mapbox Geocoding API : 📗
- Twilio Programmable SMS : 📕
- Clever Cloud : 📙
The project demo has been deployed on Clever-cloud, you can find it here (the SMS feature has been removed for obvious reasons)
The sample app implements the front-end in React, so you'll need nothing installed on your machine except Node & npm / yarn
git clone https://github.com/algolia-samples/store-locator-with-algolia-mapbox-twilio
Copy the file .local.env
to the directory and provide the right values
# TAKEN FROM YOUR ALGOLIA DASHBOARD
REACT_APP_ALGOLIA_APP_ID=''
REACT_APP_ALGOLIA_API_KEY=''
REACT_APP_ALGOLIA_INDEX_NAME=''
# TAKEN FROM YOUR MAPBOX CONSOLE
REACT_APP_MAPBOX_TOKEN=''
# TAKEN FROM YOUR TWILIO FUNCTION SERVICE
REACT_APP_TWILIO_FUNCTION_URL=''
yarn dev
- 📺 Watch the video on Youtube : here
- 📰 Read Blog post #1 : here
- 📰 Read Blog post #2 : here
- 📰 Read Blog post #3 : here
Name | Social links | ||
---|---|---|---|
Clément SAUVAGE | Github - Twitter | ||
Alexandre COLLIN | Github - Twitter | ||
Julie REBOUL |