Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyatteau/arcgis-rest-js-routing-video
Courtney Yatteau shows how to find the directions between two points by creating a simple routing application using the ArcGIS REST JS API.
https://github.com/cyatteau/arcgis-rest-js-routing-video
arcgis-platform arcgis-rest-api arcgis-rest-js directions open-source routing
Last synced: 5 days ago
JSON representation
Courtney Yatteau shows how to find the directions between two points by creating a simple routing application using the ArcGIS REST JS API.
- Host: GitHub
- URL: https://github.com/cyatteau/arcgis-rest-js-routing-video
- Owner: cyatteau
- Created: 2023-02-16T21:44:14.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T14:01:49.000Z (almost 2 years ago)
- Last Synced: 2024-12-01T07:45:09.173Z (2 months ago)
- Topics: arcgis-platform, arcgis-rest-api, arcgis-rest-js, directions, open-source, routing
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArcGIS REST JS: Find a Route and Directions
Table of Contents
---------------------* [Description](#description)
* [Live Demo Clip](#clip)
* [CodePen Playground](#codepen)
* [Required Dependencies](#dep)
* [Other Requirements](#req)This is a simple routing application that uses the [ArcGIS REST JS API](https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-routing/). Enter two points (starting and ending stops) to see the directions and mile lengths of each direction step.
## CodePen Playground
- 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](https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-request/).
- `npm install @esri/arcgis-rest-routing`. Find API Reference info [here](https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-routing/).- Sign up for an [ArcGIS Developer Account](https://developers.arcgis.com/sign-up/).
- Get an API Key. Find video instructions [here](https://www.youtube.com/watch?v=StVncn6DLzc.).