http-get-json

1.0.1 • Public • Published

http-get-json

var get = require("http-get-json");
get("http://localhost:8080/my.json", (err, data) => {
  if (err) return console.error(error);
  console.log(data);
});

Readme

Keywords

none

Package Sidebar

Install

npm i http-get-json

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

1.02 kB

Total Files

3

Last publish

Collaborators

  • fraczak