An open API service indexing awesome lists of open source software.

https://github.com/jgravois/geoblacklight-arcgis

use OAuth 2.0 to help a user create an item from a WFS service and open it in ArcGIS Online
https://github.com/jgravois/geoblacklight-arcgis

Last synced: 4 months ago
JSON representation

use OAuth 2.0 to help a user create an item from a WFS service and open it in ArcGIS Online

Awesome Lists containing this project

README

        

# GeoBlacklight / ArcGIS REST JS demo

This demo app shows how to use OAuth 2.0 in a custom application to help an ArcGIS Online user login, create an item referencing a public WFS service, share it with everyone and open it in a new map.

See the ArcGIS Rest JS guide to [Authentication in Browser-based Apps](https://esri.github.io/arcgis-rest-js/guides/browser-authentication/) for more info.

## Running this demo
1. `npm install && npm start`

reference:
* https://esri.github.io/arcgis-rest-js/guides/