Skip to content

Commit

Permalink
Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Jan 29, 2017
1 parent 3955c21 commit 00b5f13
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
[![Build Status](https://travis-ci.org/zrrrzzt/seneca-brreg.svg?branch=master)](https://travis-ci.org/zrrrzzt/seneca-brreg)
[![Coverage Status](https://coveralls.io/repos/zrrrzzt/seneca-brreg/badge.svg?branch=master&service=github)](https://coveralls.io/github/zrrrzzt/seneca-brreg?branch=master)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)

# seneca-brreg

Look up data from the Norwegian Entity Registry.

This is a module for the [Seneca](http://senecajs.org) microservices toolkit.

## Installation
```sh

```bash
$ npm i seneca
$ npm i seneca-brreg
```

## Usage

```JavaScript
'use strict'

Expand All @@ -31,4 +35,7 @@ seneca.act('role: brreg, cmd: lookup', {query: '994528130'}, (error, data) => {
```

## License

[MIT](LICENSE)

![alt text](https://robots.kebabstudios.party/seneca-brreg.png "Robohash image of seneca-brreg")

0 comments on commit 00b5f13

Please sign in to comment.