An open API service indexing awesome lists of open source software.

https://github.com/koding/keycode-checksum

calculate checksums using fletcher's algorithm for given keycode sequences/shortcut definitions
https://github.com/koding/keycode-checksum

Last synced: about 1 month ago
JSON representation

calculate checksums using fletcher's algorithm for given keycode sequences/shortcut definitions

Awesome Lists containing this project

README

          

# keycode-checksum

calculate checksums using [fletcher's algorithm](http://en.wikipedia.org/wiki/Fletcher%27s_checksum) for given [keycode](https://github.com/timoxley/keycode) sequences.

# usage

```js
var checksum = require('keycode-checksum');
var sequences = ['ctrl+1', 'ctrl+2'];
var sums = checksum(sequences);
```

# api

# checksum(array|string)

# license

mit