0.1.1 • Published 8 years ago

bespeak v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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