Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.06 KB

README.md

File metadata and controls

18 lines (10 loc) · 1.06 KB

Pulse

This application animates features with the WebGL Renderer in the ArcGIS API for JavaScript.

setlist.fm Pulse

This is a client application that searches the portal setlist.fm for recent concerts of an artist and puts them on a globe, using a client-side feature layer and line graphics.

The client uses a node.js middleware to get to the Setlist.FM API. The middleware can be run locally, but there is also a demo installation on heroku. For local install, please find the server component at Github.

Original application

The Setlist.FM capability was built on top of a fork from the orinal application by Sean McGee, Esri UK. Please read about it on the geonet blog.

References

  • View the original application here.
  • View the TypeScriptified application here.