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

https://github.com/maymeow/rpo-api-client


https://github.com/maymeow/rpo-api-client

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# API klient pre Register pravnickych osob

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D5DMOTA)

## Install

```bash
npm i @themaymeow/rpo-api-client
```

or

```bash
yarn add @themaymeow/rpo-api-client
```

## Usage

```javascript
const { getCompany } = require("@themaymeow/rpo-api-client");

getCompany('change-me-to-company-id').then(res => {
console.log(res.data);
})
```

License: MIT