Getting Started with the ArcGIS REST API and...

12
Getting Started with the ArcGIS REST API and NodeJS Evan Caldwell March 8–11, 2016 | Palm Springs, CA Esri Developer Summit

Transcript of Getting Started with the ArcGIS REST API and...

Page 1: Getting Started with the ArcGIS REST API and NodeJSproceedings.esri.com/library/userconf/devsummit16/papers/dev_int... · Getting Started with the ArcGIS REST API and NodeJS. Evan

Getting Started with the ArcGIS REST API and NodeJS

Evan Caldwell

March 8–11, 2016 | Palm Springs, CA

Esri Developer Summit

Page 2: Getting Started with the ArcGIS REST API and NodeJSproceedings.esri.com/library/userconf/devsummit16/papers/dev_int... · Getting Started with the ArcGIS REST API and NodeJS. Evan

Topics

• What is Node• Use Cases and Examples• Resources

Page 3: Getting Started with the ArcGIS REST API and NodeJSproceedings.esri.com/library/userconf/devsummit16/papers/dev_int... · Getting Started with the ArcGIS REST API and NodeJS. Evan

What is Node?

Page 4: Getting Started with the ArcGIS REST API and NodeJSproceedings.esri.com/library/userconf/devsummit16/papers/dev_int... · Getting Started with the ArcGIS REST API and NodeJS. Evan

What is Node?Javascript FTW

Page 5: Getting Started with the ArcGIS REST API and NodeJSproceedings.esri.com/library/userconf/devsummit16/papers/dev_int... · Getting Started with the ArcGIS REST API and NodeJS. Evan

Reasons to use Node

• You don’t know Python, but you do know Javascript- ES2015

• Community• Many administration tasks and queries are not simple• Answer questions not yet supported in the UI• Make your own REST API

Page 6: Getting Started with the ArcGIS REST API and NodeJSproceedings.esri.com/library/userconf/devsummit16/papers/dev_int... · Getting Started with the ArcGIS REST API and NodeJS. Evan

Getting Started

Page 7: Getting Started with the ArcGIS REST API and NodeJSproceedings.esri.com/library/userconf/devsummit16/papers/dev_int... · Getting Started with the ArcGIS REST API and NodeJS. Evan

node-arcgis

Page 8: Getting Started with the ArcGIS REST API and NodeJSproceedings.esri.com/library/userconf/devsummit16/papers/dev_int... · Getting Started with the ArcGIS REST API and NodeJS. Evan

Unattended Tasks

Page 9: Getting Started with the ArcGIS REST API and NodeJSproceedings.esri.com/library/userconf/devsummit16/papers/dev_int... · Getting Started with the ArcGIS REST API and NodeJS. Evan

Feature Services

Page 10: Getting Started with the ArcGIS REST API and NodeJSproceedings.esri.com/library/userconf/devsummit16/papers/dev_int... · Getting Started with the ArcGIS REST API and NodeJS. Evan

Resources

• REST API Quick Reference• https://esri.github.io• https://github.com/esripdx/node-arcgis• https://github.com/ecaldwell

Page 11: Getting Started with the ArcGIS REST API and NodeJSproceedings.esri.com/library/userconf/devsummit16/papers/dev_int... · Getting Started with the ArcGIS REST API and NodeJS. Evan

Questions

Page 12: Getting Started with the ArcGIS REST API and NodeJSproceedings.esri.com/library/userconf/devsummit16/papers/dev_int... · Getting Started with the ArcGIS REST API and NodeJS. Evan