This is a simple demo project that shows how to fake the "get item" and "get item data" endpoints from the ArcGIS Portal API to allow you to serve your the ArcGIS web map JSON object spec from your own Node server.
- Run:
npm install. - Create your own open ssl certificate:
openssl req -nodes -new -x509 -keyout server.key -out server.cert - Run:
npm run start
Please feel free to use the issues.
