fiql-query-builder:该模块提供了实用程序,可使用JSON对象或提供的自定义类来生成有效的FIQL查询字符串

时间:2024-05-19 08:07:44
【文件属性】:

文件名称:fiql-query-builder:该模块提供了实用程序,可使用JSON对象或提供的自定义类来生成有效的FIQL查询字符串

文件大小:62KB

文件格式:ZIP

更新时间:2024-05-19 08:07:44

JavaScript

FIQL查询生成器 概述 (FIQL)是一种简单的,URI友好的查询语言,用于过滤Web feed的条目。 该模块提供了实用程序,可通过使用JSON对象或提供的自定义类来生成有效的FIQL查询字符串。 安装 $ npm install fiql-query-builder 用法 可以通过提供JSON对象或使用提供的Node类来生成FIQL查询字符串。 JSON到FIQL // var json = ...; // Using require() var fiqlQueryBuilder = require ( 'fiql-query-builder' ) ; fiqlQueryBuilder . convertFromJson ( json ) ; // Using ES6 import import { convertFromJson } from 'fiql-query-buil


【文件预览】:
fiql-query-builder-master
----.eslintrc(144B)
----src()
--------tree()
--------constants.js(383B)
--------utils.js(3KB)
--------exception()
--------index.js(67B)
----.babelrc(93B)
----examples()
--------node.examples.js(2KB)
--------json.examples.js(2KB)
--------index.js(128B)
----CONTRIBUTING.md(1KB)
----.travis.yml(152B)
----test()
--------json.test.js(5KB)
--------error.test.js(2KB)
--------index.js(105B)
--------node.test.js(2KB)
----LICENCE(1KB)
----README.md(11KB)
----.editorconfig(304B)
----.gitignore(620B)
----.eslintignore(9B)
----package-lock.json(208KB)
----package.json(2KB)

网友评论