Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nataniel4 committed Jul 24, 2019
0 parents commit b09c210
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
@@ -0,0 +1,22 @@
# log

[![Build Status](https://travis-ci.org/janis-commerce/log.svg?branch=master)](https://travis-ci.org/janis-commerce/log)
[![Coverage Status](https://coveralls.io/repos/github/janis-commerce/log/badge.svg?branch=master)](https://coveralls.io/github/janis-commerce/log?branch=master)

A package for creating logs in S3

## Installation
```sh
npm install @janiscommerce/log
```

## API


## Usage
```js
const Log = require('@janiscommerce/log');

```

## Examples

0 comments on commit b09c210

Please sign in to comment.