Coder Social home page Coder Social logo

ibonkonesa / device-monitor-client Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 16.45 MB

Device monitor client based on Quasar framework

JavaScript 37.32% Vue 43.99% CSS 10.50% HTML 8.19%
quasar-framework vue cibersecurity hacking firebase network

device-monitor-client's Introduction

Device monitor client showcase

This example shows how to integrate with Device Monitor Daemon https://github.com/ibonkonesa/device-monitor-daemon Based in Quasar Cordova project

Dependencies

Quasar

$ npm install -g quasar-cli

Cordova

$ npm install -g cordova

Install

Clone this repository

$ git clone https://github.com/ibonkonesa/device-monitor-client.git

Install Quasar dependencies

$ npm install

Install cordova dependencies

$ cd src-cordova 
$ npm install 
$ cd ..

Firebase

You have to create a google-services.json file if you want to compile to Android. You have to create a GoogleService-Info.plist file if you want to compile to iOS.

Create Android or iOS in your Firebase Project Console and put this files at /src-cordova folder.

You must choose an unique app identifier (ex: com.ibonkonesa.device-monitor) when you add both apps. Then, you have to update some files with this identifier:

  • package.json: Update cordovaId property
  • src-cordova/package.json: Update name property
  • src-cordova/config.xml: Update widget id attribute

Finally, in order to access to the real time database, go to Firebase Project Console and create a web app.

A config variable will be created. Just place this data at src/config/env.js

config: {
        apiKey: "",
        authDomain: "",
        databaseURL: "",
        projectId: "",
        storageBucket: "",
        messagingSenderId: ""
    }

Development

Once you have configured all stuff, just go to root path and execute

$ quasar dev -m cordova -T [ios|android]

Build

Read the official Quasar documentation about building signed packages at https://quasar-framework.org/guide/cordova-build-commands.html#Building-for-Production

device-monitor-client's People

Contributors

ibonkonesa avatar zapployer avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.