This is an Ionic/Angular project showcasing an address lookup implementation powered by Mapbox Geocoding API.
More information about Mapbox Geocoding API can be found at:
https://docs.mapbox.com/help/how-mapbox-works/geocoding/
In the project folder, type:
npm install
If you don't have Ionic, install it:
npm install -g ionic
You need to create a Mapbox account and get your access token. Set it in environments/environment.ts file.
In the project folder, type:
ionic serve