Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
21 lines (17 loc) · 619 Bytes

README.md

File metadata and controls

executable file
·
21 lines (17 loc) · 619 Bytes

node-petlja-api

Library for communicating with various aspects of Petlja.

Usage

Installation

To install the library in your project, use:

$ npm install petlja

Usage

The library contains several classes in itself:

  • Client: The class for communicating with Petlja. When instantiated, generates several communication modules whose documentation can be found inside the docs folder.

Examples

You can see usage examples in the examples folder.

TODO

  • Documentation.
  • language.js for mapping programming language IDs to language names.
  • Unit tests.