0.1.3 • Published 6 years ago

petlja v0.1.3

Weekly downloads
2
License
GPL-3.0-or-later
Repository
github
Last release
6 years ago

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.