Giter Club home page Giter Club logo

quest-utilities-js's Introduction

Quest Utilities JS

Shared Toolbox For The Quest Network

Lead Maintainer

StationedInTheField

Description

The Utilities class for the Quest Network Operating System offers shared functionality.

Installation & Usage

npm install @questnetwork/[email protected]

API

inArray(array,value)

Returns boolean true or false

if(<os>.utilities.inArray(array,value)){
 console.log('Hello Universe!')
}

removeFram(array,searchObject)

Removes the object in the array that matches searchObject in at least one field.

<os>.utilities.removeFram(array,searchObject)

engine

detect()

Returns a String containing the detected engine. Result can be browser, electron or node.

let engine = <os>.utilities.engine.detect();

qr

generate()

Returns a DataUrl containing generated QR Code.

let qrDataUrl = <os>.utilities.qr.generate(text);

Support Us

Please consider supporting us, so that we can build a non-profit for this project (ใƒ„)

Ethereum Bitcoin
0xBC2A050E7B87610Bc29657e7e7901DdBA6f2D34E bc1qujrqa3s34r5h0exgmmcuf8ejhyydm8wwja4fmq

License

GNU AGPLv3

quest-utilities-js's People

Contributors

stationedinthefield avatar

Watchers

James Cloos 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.