0.1.0-alpha.8cc40d99 • Published 6 years ago

winston-browser-http v0.1.0-alpha.8cc40d99

Weekly downloads
6
License
Apache-2.0
Repository
-
Last release
6 years ago

winston-browser-http

Winston HTTP transport runnable from browser. For Winston ^3.0.0 Supports only logging, i.e. does not support streming or querying. Does not support authentication.

Requirements

  • Winston ^3.0.0
  • window.fetch This probably needs to be polyfilled.
  • require('util') needs to work. This is also required by Winston, so you will need to expose this module to the same kind of magic as Winston.

License (Apache 2.0)

Copyright (c) 2017 Druid Oy

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this library except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.