Coder Social home page Coder Social logo

JSONstat() about json-stat HOT 5 CLOSED

badosa avatar badosa commented on July 21, 2024
JSONstat()

from json-stat.

Comments (5)

badosa avatar badosa commented on July 21, 2024

The JSONstat Javascript Toolkit includes a simple XHR implementation (sync and async). It is not recommended to use such simple implementation in production and it is provided mainly for testing purposes.

The JSONstat module does not include such XHR implementation because node.js already comes with a built-in http module and many third-party modules already try to simplify such task (like request or got).

It is not you being dumb: it's bad documentation (my fault). This limitation is mentioned in the wiki under Installation (probably an unexpected place):

https://github.com/badosa/JSON-stat/wiki/Installation

but not on NPM (that imports the JJT readme file from GitHub and it's not module-specific).

This module has all the functionality of the client version except the connection capabilities (JSONstat accepts only a JSON-stat response object, not a URI string). Use Node.js’s built-in http module, or a module with a similar functionality (like got) to retrieve a remote JSON-stat response. See nodejs.js or our Tonic + npm code as an example.

from json-stat.

evenstensberg avatar evenstensberg commented on July 21, 2024

Yeah! Figured it out eventually! Would be nice of some example repos, not just <script> tags in an html :) also, an polyfill with fetch so you could call response.jsonStat() would be awesome!

from json-stat.

badosa avatar badosa commented on July 21, 2024

The Readme file and the API reference have been edited to reflect the module limitations. Changes won't show on NPM until a new version is published.

from json-stat.

evenstensberg avatar evenstensberg commented on July 21, 2024

Awesome, keep up the good work. This library has potential :)

from json-stat.

evenstensberg avatar evenstensberg commented on July 21, 2024

Let me know if you want some help on documentation and examples with other libraries 📫

from json-stat.

Related Issues (15)

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.