Skip to content
/ bespeak Public

Lightweight, intuitive http(s) requests for Node.js

License

Notifications You must be signed in to change notification settings

pori/bespeak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bespeak

Lightweight, intuitive http(s) requests.

Example

npm install bespeak

Usage

import request from 'bespeak' 

export default async function () {
  const response = await request('pori.io')

  // ...
}
import request from 'bespeak' 

export default async function (json) {
  const response = await request('api.likert.io/track', {
    method: 'POST'
  }, json)

  // ...
}

License

MIT


pori.io  ·  GitHub @pori  ·  Twitter @pori_alex

About

Lightweight, intuitive http(s) requests for Node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published