Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 419 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 419 Bytes

Topology AIP

Programming Language

JavaScript

Why JavaScrip

- Ease of use
- Automatic memory management (Garbage Collection)

How to Use

  • import the class in your file:
          const Topology = require('./topology_api');

  • Call any needed function using the imported class:
          Topology.readJSON('topology_1.json');