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

https://github.com/tomwayson/hub-events

Example app to query Hub Events
https://github.com/tomwayson/hub-events

Last synced: about 1 year ago
JSON representation

Example app to query Hub Events

Awesome Lists containing this project

README

          

# Hub Events

An example application to show querying [ArcGIS Hub](http://www.esri.com/arcgis/products/arcgis-hub) Events using [@esri/arcgis-rest-feature-service](https://esri.github.io/arcgis-rest-js/api/feature-service/)

## About

This was built using the super performant `Material` app for preact world using [preact-material-components](https://github.com/prateekbh/preact-material-components)

## CLI Commands

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# test the production build locally
npm run serve
```

For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).