This is a simple routing application that uses the ArcGIS REST JS API. Enter two points (starting and ending stops) to see the directions and mile lengths of each direction step.
- Test out the application! Be sure to follow directions under "Other Requirements" to get an API Key.
npm install @esri/arcgis-rest-request
. Find API Reference info here.npm install @esri/arcgis-rest-routing
. Find API Reference info here.
- Sign up for an ArcGIS Developer Account.
- Get an API Key. Find video instructions here.