An open API service indexing awesome lists of open source software.

https://github.com/fixpoint/deno-kroker

🪝 Kroker module for Deno
https://github.com/fixpoint/deno-kroker

deno fixpoint kompira kroker

Last synced: about 1 year ago
JSON representation

🪝 Kroker module for Deno

Awesome Lists containing this project

README

          

# kroker

[![deno land](http://img.shields.io/badge/available%20on-deno.land/x-lightgrey.svg?logo=deno)](https://deno.land/x/kroker)
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/kroker/mod.ts)
[![Test](https://github.com/fixpoint/deno-kroker/actions/workflows/test.yml/badge.svg)](https://github.com/fixpoint/deno-kroker/actions/workflows/test.yml)

**UNDER DEVELOPMENT**

## Development

Lint code like:

```text
make lint
```

Format code like

```text
make fmt
```

Check types like

```text
make type-check
```

Run tests like:

```text
make test
```

## License

The code follows MIT license written in [LICENSE](./LICENSE). Contributors need
to agree that any modifications sent in this repository follow the license.