Cycle through all open windows in i3 using node.js (requires at least v4.0.0).
$ sudo npm i -g i3-alt-tab
$ i3-alt-tab --next # Focus next window
$ i3-alt-tab --prev # Focus previous window
bindsym $alt+Tab exec i3-alt-tab --next
bindsym $alt+Shift+Tab exec i3-alt-tab --prev
0 Window switched successfully
1 Wrong usage/show help
2 No window found
3 i3 connection error