UNPKG

swepam

Version:

a json interface to the swepam readings

16 lines (12 loc) 224 B
'use strict'; var chunk = require('blow-chunks'); module.exports = function(raw) { return chunk.call( raw.replace( /((:|#).*)/igm, '' ).trim().replace( /\s+/igm, ',' ).split(','), 10 ); };