fe-utils | utility functions

 by   lzwaiwai JavaScript Version: 1.1.6 License: No License

kandi X-RAY | fe-utils Summary

kandi X-RAY | fe-utils Summary

fe-utils is a JavaScript library. fe-utils has no bugs, it has no vulnerabilities and it has low support. You can install using 'npm i fe-utils' or download it from GitHub, npm.

collect all kinds of utility functions that are often used by us.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              fe-utils has a low active ecosystem.
              It has 7 star(s) with 1 fork(s). There are no watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              fe-utils has no issues reported. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of fe-utils is 1.1.6

            kandi-Quality Quality

              fe-utils has no bugs reported.

            kandi-Security Security

              fe-utils has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              fe-utils does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              fe-utils releases are not available. You will need to build from source code and install.
              Deployable package is available in npm.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of fe-utils
            Get all kandi verified functions for this library.

            fe-utils Key Features

            No Key Features are available at this moment for fe-utils.

            fe-utils Examples and Code Snippets

            No Code Snippets are available at this moment for fe-utils.

            Community Discussions

            No Community Discussions are available at this moment for fe-utils.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install fe-utils

            NumberToChinese NumberToChinese(12345) // '一万二千三百四十五' NumberToChinese(12345, true) // '壹万贰仟叁佰肆十伍'
            cookie setCookie(name, domain, domain, expiredays) getCookie(name) delCookie(name, domain)
            date dateFormat() // dateFormat(new Date(), 'YYYY年MM月DD日 hh:mm:ss')
            detectedInfos isAndroid / isIOS / isWindowPhone / isWX / isWeibo / isMobile / isPC
            preventViewScroll https://github.com/lzwaiwai/preventViewScroll
            urlQuery const url = 'http://live.tinfinite.com:8080/path/chat-studio.html?liveshowId=592e4e2bf84e6e26c1cf97dd&group=live#123' queryOne // queryOne('liveshowId', url) -> '592e4e2bf84e6e26c1cf97dd' queryAll // queryAll(url) -> { liveshowId: '592e4e2bf84e6e26c1cf97dd', group: 'live' } update // update({ group: 'voice', referer: 'list' }, url) -> // { query: { liveshowId: '592e4e2bf84e6e26c1cf97dd', group: 'voice', referer: 'list' }, url: 'http://live.tinfinite.com:8080/path/chat-studio.html?liveshowId=592e4e2bf84e6e26c1cf97dd&group=voice&referer=list#123' } del // del('liveshowId', url) -> // { query: { group: 'live' }, url: 'http://live.tinfinite.com:8080/path/chat-studio.html?group=live#123' } // del(['liveshowId', 'group'], url) -> // { query: {}, search: 'http://live.tinfinite.com:8080/path/chat-studio.html#123' }
            toRoman toRoman(25) // 'XXV'
            getVersionOfIOS getVersionOfIOS() // '10.3'
            relProtocol relProtocol('http://xxx.com') // '//xxx.com'
            logger
            mediaError mediaError(video / audio, (code, msg) => { ... }) // for error-listener-callback of audio and video
            loadJs loadJs(url, callback)

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • npm

            npm i fe-utils

          • CLONE
          • HTTPS

            https://github.com/lzwaiwai/fe-utils.git

          • CLI

            gh repo clone lzwaiwai/fe-utils

          • sshUrl

            git@github.com:lzwaiwai/fe-utils.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular JavaScript Libraries

            freeCodeCamp

            by freeCodeCamp

            vue

            by vuejs

            react

            by facebook

            bootstrap

            by twbs

            Try Top Libraries by lzwaiwai

            voice-live

            by lzwaiwaiJavaScript

            dragPlayer

            by lzwaiwaiJavaScript

            preventViewScroll

            by lzwaiwaiHTML

            api-checker

            by lzwaiwaiJavaScript

            localstorage-cache

            by lzwaiwaiJavaScript