Skip to content

Commit

Permalink
Cleanup (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
eswdd committed Jan 4, 2023
1 parent 1f3dc6a commit 32a6996
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![NPM version][npm-version-image]][npm-url]
[![NPM downloads][npm-downloads-image]][npm-url]
[![GPL License][license-image]][license-url]
[![Build Status][github-build-image]][github-build-url]
[![Coverage][coverage-image]][coverage-url]
Expand Down Expand Up @@ -207,6 +208,13 @@ backend.storeAnnotations = function(annotations, callback);
backend.deleteAnnotation = function(annotation, callback);
```

## License

nodetsdb-api is freely distributable under the terms of the [GPL license](https://github.com/eswdd/nodetsdb-api/blob/master/LICENSE).

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Feswdd%2Fnodetsdb-api.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Feswdd%2Fnodetsdb-api?ref=badge_large)

<!-- Reference style link definitions -->

[license-image]: http://img.shields.io/badge/license-GPL-blue.svg?style=flat
[license-url]: LICENSE
Expand All @@ -222,7 +230,4 @@ backend.deleteAnnotation = function(annotation, callback);
[github-build-image]: https://github.com/eswdd/nodetsdb-api/actions/workflows/node.js.yml/badge.svg

[fossa-url]: https://app.fossa.io/projects/git%2Bgithub.com%2Feswdd%2Fnodetsdb-api?ref=badge_shield
[fossa-image]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Feswdd%2Fnodetsdb-api.svg?type=shield

## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Feswdd%2Fnodetsdb-api.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Feswdd%2Fnodetsdb-api?ref=badge_large)
[fossa-image]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Feswdd%2Fnodetsdb-api.svg?type=shield

0 comments on commit 32a6996

Please sign in to comment.