Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including blm-parser with all npm packages installed. Try it out:

var blmParser = require("blm-parser")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

blm-parser v1.0.3

.blm files are a real estate specific file format developed by Rightmove, a British-based company that runs www.rightmove.co.uk, an online real estate portal. The format definition is available at http://www.rightmove.co.uk/ps/pdf/guides/RightmoveDatafeedFormatV3iOVS_1.5.pdf. It is essentially just a specialized csv format. The module input is the file path of a .blm file and the output of the module is a json object containing the property value mappings as defined by the file.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free