Open repository in Console
Readme
Updated 3 years ago
‧ Indexed 12 months ago
Public Wi-Fi Systems NYC
The different providers in New York City of Public Wi-Fi at locations or “Hotspots” distributed across the city, not including service provided on buses or ferries.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"cityofnewyork-us/public-wifi-systems-nyc-mse5-qs8i\".\"public_wifi_systems_nyc\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata