Skip to content

A helper service to work with ATM state logical levels

Notifications You must be signed in to change notification settings

timgabets/atm-state-levels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A helper service to work with ATM state logical levels, used by Electron ATM and ATM State Navigator applications.

To Use:

>var LevelsService = require('atm-state-levels');
>var l = new LevelsService();
>l.getLevelSize(17)
0
> l.addState('903', 17)
true
> l.getLevelSize(17)
1

About

A helper service to work with ATM state logical levels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages