GithubHelp home page GithubHelp logo

1mt142 / the-js-helper Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 9 KB

The "the-js-helper" package provides various helper functions for JavaScript developers.

Home Page: https://www.npmjs.com/package/the-js-helper

TypeScript 100.00%
fuction helper javascript library module utility

the-js-helper's Introduction

THE-JS-HELPER

The the-js-helper package provides various helper functions for JavaScript developers.

Installation

npm install the-js-helper

Usage

buildQueryString

The buildQueryString function takes an object or nested object and returns a query string that can be used in a URL.

import { buildQueryString } from "the-js-helper";
const data = {
  limit: 100,
  offset: 0,
  query: {
    color: "red",
    size: "medium",
    query2: {
      ram: "16gm",
      query3: {
        made_by: "bangladesh",
        brand: "ebiponi",
      },
    },
  },
};
const queryString = buildQueryString(data);
console.log(queryString); // limit=100&offset=0&color=red&size=medium&ram=16gm&made_by=bangladesh&brand=ebiponi

[add "?" before string]

Contributions are welcome! If you have an idea for a new helper function, please open an issue to discuss it. If you would like to contribute code, please fork the repository and submit a pull request.

License

This package is licensed under ISC the License.

the-js-helper's People

Stargazers

1mt142 avatar

Watchers

1mt142 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.