/Vue-Chartjs-Favoriot-API

A simple Favoriot data visualization using Vue & Chartjs

Primary LanguageVue

simplinnovation

Favoriot Data Visualization Using Vue & Chart.js

Video Lintang

  1. Make sure Node.js is installed on your PC, then simply download or clone this repo and install all dependencies:

    $ git clone https://github.com/LintangWisesa/Vue-Chartjs-Favoriot-API.git
    
    $ cd Vue-Chartjs-Favoriot-API
    
    $ npm install

  1. Open your code editor (I'm using Visual Studio Code), insert your Favoriot API key and Favoriot device developer ID to the components/favoriotChart.vue file!

    • API key goes to request headers:

      var headers = {
      headers: {
          'Content-Type': 'application/json',
          'apikey': 'your_API_key'
          }
      }
    • Device developer ID goes to request headers:

      var dataBody = {
        device_developer_id: "your_device_developer_id",
        data: {
          Temperature: this.$refs.temp.value,
          Humidity: this.$refs.hum.value,
          Potentio: this.$refs.pot.value,
        }
      }

  1. Run the project!

    $ npm run serve

    The app will be run automatically on http://localhost:8080/. Try to POST some data & GET the data back from Favoriot!

    screenshot

    Enjoy your code~ 😍

Lintang Wisesa 💌 lintangwisesa@ymail.com

Facebook | Twitter | Google+ | Youtube | :octocat: GitHub | Hackster