1.0.6 • Published 6 years ago

sf-query v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

build status

sf-query.js

A common javascript library for my company.

Install

$ npm install --save sf-query

And this project be dependant width the javascript js-base64.js. however , if you want use my library, mast install js-base64.js, please.

$ npm install --save js-base64

Usage

In Browser

<script src="sf-query.js"></script>

node.js

var Base64 = require('sf-query');

es6+

import { [methods] } from 'sf-query';

SYNOPSIS

bee.isWechat() // Will determine the current browser model,  return true/false
bee.platform() // All returned results are lowercase, for example: 'ios'
//For other methods, see the source code comments section
1.0.6

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago