Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 653 Bytes

File metadata and controls

21 lines (12 loc) · 653 Bytes

koop-provider-public-google-sheets

Unlike this provider, it does not need to set up any Google keys to access Google Sheets data as it is feed from public spreadsheets.

Configuration

No need

Development

Dev Server

This project by default uses the Koop CLI to set up the dev server. It can be invoded via

$ npm start

The server will be running at http://localhost:8080 or at the port specified at the configuration.

For more details, check the Koop CLI documentation.