All Projects → gavinr → wab-widget-search

gavinr / wab-widget-search

Licence: other
A simple page to filter and find Esri Web AppBuilder widgets.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to wab-widget-search

Imagery-Apps
Example JavaScript source code for ArcGIS imagery apps (Landsat Explorer and Sentinel Explorer) that you can expand or customize.
Stars: ✭ 24 (+50%)
Mutual labels:  arcgis, arcgis-js-api
oriented-imagery
Find developer resources for Oriented Imagery, including a Web AppBuilder widget and oriented imagery catalog (OIC) schema.
Stars: ✭ 21 (+31.25%)
Mutual labels:  web-appbuilder, web-appbuilder-widgets
jsapi4x
ArcGIS Javascript API 4.x YouTube Series
Stars: ✭ 21 (+31.25%)
Mutual labels:  arcgis, arcgis-js-api
configurable-app-components
Custom 4.x widgets built with the ArcGIS API for JavaScript.
Stars: ✭ 25 (+56.25%)
Mutual labels:  arcgis, arcgis-js-api
awesome-arcgis
La mayor recopilación (Wiki) de recursos sobre ArcGIS que encontrarás (organizado por productos, conceptos, ...)
Stars: ✭ 21 (+31.25%)
Mutual labels:  arcgis, arcgis-js-api
ArcRasterRescue
Extract raster data from ArcGIS/ESRI formats
Stars: ✭ 56 (+250%)
Mutual labels:  arcgis
cmv-contrib-widgets
User contributed widgets for CMV
Stars: ✭ 36 (+125%)
Mutual labels:  arcgis-js-api
esri-experiments
Fly in space and look across the sea: demos and experiments with the ArcGIS API for JavaScript
Stars: ✭ 29 (+81.25%)
Mutual labels:  arcgis-js-api
arcgis-android-moremap
基于 ArcGIS for Android 加载高德/百度/腾讯等切片底图
Stars: ✭ 38 (+137.5%)
Mutual labels:  arcgis
HiSpatialCluster
Clustering spatial points with algorithm of Fast Search, high performace computing implements of CUDA or parallel in CPU, and runnable implements on python standalone or arcgis.
Stars: ✭ 31 (+93.75%)
Mutual labels:  arcgis
twitter-for-geoevent
ArcGIS GeoEvent Server sample Twitter connectors for sending and receiving tweets.
Stars: ✭ 21 (+31.25%)
Mutual labels:  arcgis
angular2-esri-playground
Angular 2 & Esri 4
Stars: ✭ 30 (+87.5%)
Mutual labels:  arcgis
public-transit-tools
Tools for working with GTFS public transit data in ArcGIS
Stars: ✭ 126 (+687.5%)
Mutual labels:  arcgis
cmv-widgets
Widgets for CMV, the Configurable Map Viewer.
Stars: ✭ 37 (+131.25%)
Mutual labels:  arcgis-js-api
python-for-gis-progression-path
Progression path for a GIS analyst who wants to become proficient in using Python for GIS: from apprentice to guru
Stars: ✭ 98 (+512.5%)
Mutual labels:  arcgis
configurable-app-examples-4x-js
Configurable Application Examples using ApplicationBase
Stars: ✭ 22 (+37.5%)
Mutual labels:  arcgis-js-api
DirectionalLineSymbol
ArcGIS javascript custom Line Symbol. Subclass of SimpleLineSymbol to display direction markers on line symbols.
Stars: ✭ 42 (+162.5%)
Mutual labels:  arcgis
workflowmanager-viewer-js
Source code for ArcGIS Workflow Manager JavaScript viewer - Manage your workflows on the web.
Stars: ✭ 23 (+43.75%)
Mutual labels:  arcgis-js-api
pyprt
Python bindings for the "Procedural Runtime" (PRT) of CityEngine by Esri.
Stars: ✭ 36 (+125%)
Mutual labels:  arcgis
c-through
A prototype for interactive 3D urban planning analysis on the web based on the ArcGIS Javascript API 4.3.
Stars: ✭ 30 (+87.5%)
Mutual labels:  arcgis-js-api

Web AppBuilder Widget Search

A simple page to filter and find custom Web AppBuilder widgets.

screenshot

To submit your widget to the list

2 easy ways!

  1. Create a new issue in this repo, or
  2. Fork this repo, add your widget to public/widgets.json

How does this work?

Our list of widgets are listed on public/widgets.json. Each object in the array can have:

  • url * - The homepage of the widget.
  • manifestUrl * - URL to widget manifest file. Should be valid JSON.
  • thumbnail - URL to image for thumbnail
  • preview - URL to full application that includes the widget for preview purposes
  • categories - Array of categories. This widget will show up when any of these categories are selected on the site.

Based on the above, a process enriches the widget data for display on the website. Full schema of JSON that is accessible to the site include:

  • url - [same as above]
  • manifestUrl - [same as above]
  • categories - [same as above]
  • thumbnail - [same as above]
  • preview - [same as above]
  • slug - URL slug based on name
  • name - directly from manifest.json
  • version - directly from manifest.json
  • wabVersion - directly from manifest.json
  • author - directly from manifest.json
  • description - directly from manifest.json
  • copyright - directly from manifest.json
  • license - directly from manifest.json
  • githubStars - if url above is a GitHub url
  • githubForks - if url above is a GitHub url
  • created_at - if url above is a GitHub url
  • geonetLikes - if url above is an Esri Geonet url
  • geonetComments - if url above is an Esri Geonet url
  • geonetViews - if url above is an Esri Geonet url

Development

This project was bootstrapped with Create React App. You can run a local version of the site for development by following these steps:

  1. Fork and clone this repository.
  2. In a terminal, npm install
  3. npm start

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].