bpptkg / data-analysis-legacy

BPPTKG Chart Requests App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data-analysis

Data Analysis is a simple front-end application built using Vue.js, Bootstrap, and many amazing open-source libraries. This application provides a feature to download graphs of BPPTKG monitoring data.

For the current version, this app only supports Vue.js version 2 and Bootstrap version 4.

Environment Variables Settings

There is a required environment variable that needs to be set in .env submit:

  • VUE_APP_API_KEY

    API key credentials to provide access to the APIs. You can contact the administrator to get the key.

Project setup

Clone the project from GitHub repository:

  git clone https://github.com/bpptkg/data-analysis.git

Install all package dependencies:

  npm install

Compile and hot-reload for development:

  npm run serve

License

MIT

About

BPPTKG Chart Requests App

License:MIT License


Languages

Language:Vue 64.9%Language:CSS 24.3%Language:JavaScript 5.9%Language:HTML 4.9%