Skip to content

chris-fox/ago-assistant

 
 

Repository files navigation

ago-assistant

This app uses the ArcGIS REST API to provide several different utilities for working with content in ArcGIS Online and Portal for ArcGIS.

View it live

App

Features

  • Copy content between Portals and Organizations
  • View and edit the JSON of content
  • Update the URLs of services in a web map
  • Update the URL of a registered application or service
  • View user stats

Instructions

  1. Fork and then clone the repo -OR- download a recent release.
  2. Run and try the samples.

Using Grunt

This project uses Grunt to automate building the application for deployment on a web server. It does a handful of things for you that will make life easier when setting up this application.

  • Download and install node.js.
  • Download or clone this project to your machine.
  • Go to the project folder in your terminal or command prompt and run npm install. (This should automatically download the project's dependencies, including Grunt).
  • Run grunt from the command line. If you get an error saying grunt is not recognized... you may need to run the command npm install -g grunt-cli to install it globally.
  • An optimized build of the app will be generated in the build folder.

Requirements

  • Notepad or your favorite HTML editor
  • Web browser with access to the Internet

Third Party Libraries Used

Resources

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

Anyone and everyone is welcome to contribute.

Licensing

Copyright 2015 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's license.txt file.

[](Esri Tags: ArcGIS-Online Portal Assistant Copy Javascript) [](Esri Language: JavaScript)

About

A swiss army knife for your ArcGIS Online and Portal for ArcGIS accounts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.9%
  • HTML 14.0%
  • CSS 2.1%