chaimocha

1.10.0 • Public • Published

Stylish and fast HTTP requests.

Example:

const chaimocha = require("chaimocha")
 
chaimocha("http://www.google.com/", function(err,res,bod) {
  
    console.log(err)
  console.log(res)
  console.log(bod)
 
})
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.10.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.10.0
    0

Package Sidebar

Install

npm i chaimocha

Weekly Downloads

0

Version

1.10.0

License

Apache-2.0

Unpacked Size

85.4 kB

Total Files

16

Last publish

Collaborators

  • faztasio