1.0.0 • Published 7 years ago

koop-provider-nba v1.0.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 years ago

Build Status

Koop NBA Provider

This is a Koop Provider that exposes NBA Shot Charts as Feature Services, to be used throughout the ArcGIS platform.

Test it out

Run server:

  • npm install
  • npm start

Example API Query:

  • curl localhost:8080/nba/201566/FeatureServer/0/query?returnCountOnly=true

Player names also work (last name first):

  • curl localhost:8080/nba/201566/FeatureServer/0/query?returnCountOnly=true

Tests:

(not currently working)

  • npm test