Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@etalab/csvapi-front

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@etalab/csvapi-front

CSVAPI Front is a UI for [csvapi](https://github.com/opendatateam/csvapi).

  • 0.6.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
5
Weekly downloads
 
Created
Source

CSVAPI Front

CSVAPI Front is a UI for csvapi.

Install

npm install --save csvapi-front

Configuring

In order to work with csvapi, CSVAPI front 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 serve

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).

Known environment variables are:

  • VUE_APP_CSVAPI_URL: csvapi instance URL
  • VUE_APP_FILTERS_ENABLED: boolean, enables or disables filter support

FAQs

Package last updated on 06 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc