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);
});

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.14latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.14
1.0.01

Package Sidebar

Install

npm i http-get-json

Weekly Downloads

5

Version

1.0.1

License

ISC

Unpacked Size

1.02 kB

Total Files

3

Last publish

Collaborators

  • fraczak