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

https://github.com/onelil05/nurekit

JavaScript library for NURE university API
https://github.com/onelil05/nurekit

api js nure

Last synced: 3 months ago
JSON representation

JavaScript library for NURE university API

Awesome Lists containing this project

README

        

# `nurekit`

> **Warning**
> The library is a work in progress still. I'm building it in public

JavaScript library for Nure API. Based on [nure-cist-api](https://github.com/nure-dev/nure-cist-api).

## Installation

```shell
npm i nurekit
# yarn add nurekit
# pnpm add nurekit
```

## Usage

```js
import { Nurekit } from "nurekit";

const nurekit = new Nurekit();
```

## Contributing

If you want to contribute to improving the project, firstly read [CONTIRBUTING.md](https://github.com/OneLiL05/nurekit/blob/main/CONTRIBUTING.md)

## Documetation

You can read documentation [here](https://onelil05.github.io/nurekit/)

## Stay in touch

- Author - [Kyrylo Savieliev](https://github.com/OneLiL05)

## Licence

Nurekit is [GNU GPLv3.0 licenced](https://github.com/OneLiL05/nurekit/blob/main/LICENSE)