+ All Categories
Home > Documents > Getting Started with the ArcGIS REST API and NodeJS › library › userconf › dev... · Getting...

Getting Started with the ArcGIS REST API and NodeJS › library › userconf › dev... · Getting...

Date post: 25-Jun-2020
Category:
Upload: others
View: 20 times
Download: 0 times
Share this document with a friend
12
Getting Started with the ArcGIS REST API and NodeJS Evan Caldwell March 8–11, 2016 | Palm Springs, CA Esri Developer Summit
Transcript
Page 1: Getting Started with the ArcGIS REST API and NodeJS › library › userconf › dev... · Getting Started with the ArcGIS REST API and NodeJS. Evan Caldwell. March 8–11, 2016 |

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 NodeJS › library › userconf › dev... · Getting Started with the ArcGIS REST API and NodeJS. Evan Caldwell. March 8–11, 2016 |

Topics

• What is Node• Use Cases and Examples• Resources

Page 3: Getting Started with the ArcGIS REST API and NodeJS › library › userconf › dev... · Getting Started with the ArcGIS REST API and NodeJS. Evan Caldwell. March 8–11, 2016 |

What is Node?

Page 4: Getting Started with the ArcGIS REST API and NodeJS › library › userconf › dev... · Getting Started with the ArcGIS REST API and NodeJS. Evan Caldwell. March 8–11, 2016 |

What is Node?Javascript FTW

Page 5: Getting Started with the ArcGIS REST API and NodeJS › library › userconf › dev... · Getting Started with the ArcGIS REST API and NodeJS. Evan Caldwell. March 8–11, 2016 |

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 NodeJS › library › userconf › dev... · Getting Started with the ArcGIS REST API and NodeJS. Evan Caldwell. March 8–11, 2016 |

Getting Started

Page 7: Getting Started with the ArcGIS REST API and NodeJS › library › userconf › dev... · Getting Started with the ArcGIS REST API and NodeJS. Evan Caldwell. March 8–11, 2016 |

node-arcgis

Page 8: Getting Started with the ArcGIS REST API and NodeJS › library › userconf › dev... · Getting Started with the ArcGIS REST API and NodeJS. Evan Caldwell. March 8–11, 2016 |

Unattended Tasks

Page 9: Getting Started with the ArcGIS REST API and NodeJS › library › userconf › dev... · Getting Started with the ArcGIS REST API and NodeJS. Evan Caldwell. March 8–11, 2016 |

Feature Services

Page 10: Getting Started with the ArcGIS REST API and NodeJS › library › userconf › dev... · Getting Started with the ArcGIS REST API and NodeJS. Evan Caldwell. March 8–11, 2016 |

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 NodeJS › library › userconf › dev... · Getting Started with the ArcGIS REST API and NodeJS. Evan Caldwell. March 8–11, 2016 |

Questions

Page 12: Getting Started with the ArcGIS REST API and NodeJS › library › userconf › dev... · Getting Started with the ArcGIS REST API and NodeJS. Evan Caldwell. March 8–11, 2016 |

Recommended