@opendatateam/dataexplorer

0.1.0 • Public • Published

Data Explorer

Data Explorer is an alternative UI to csvapi.

Install

npm install --save dataexplorer

Configuring

In order to work with csvapi, Data Explorer should know its URL.

You can either provide a default one at build time (see Envrionment variables) or provide one at runtime. To provide a runtime configuration, just define a <meta name="csvapi-url" /> in your html with the content attribute containing the CSVAPI URL.

ex:

<meta name="csvapi-url" content="https://link.to/my/csvapi" />

Parameters

This UI expect a url query string to be able to load a tabular file.

Development

Getting started

This app has been tested under Node v10.

Install all dependencies and laucnh the development server

npm install
npm run start

You can build a final version using:

npm run build

Environment variables

You can provide some build time configuration using a .env file (see the .env.sample).

Knwon environment variables are:

  • REACT_APP_CSVAPI_URL: CSVAPI instance URL

Readme

Keywords

none

Package Sidebar

Install

npm i @opendatateam/dataexplorer

Homepage

.

Weekly Downloads

1

Version

0.1.0

License

none

Unpacked Size

14.4 MB

Total Files

25

Last publish

Collaborators

  • abulte
  • jdesboeufs
  • thimy
  • noirbizarre
  • opendatateam-user