Apiary blueprint parser
Apiary Blueprint Parser
=======================
A JavaScript parser of Apiary API blueprints.
Deprecation warning
-------
The Apiary Blueprint Parser is currently frozen. There is no future development planned.
Please check the new API Blueprint which supersedes the Apiary Blueprint and is completely open-sourced including its parser, tools and bindings.
Installation
------------
$ npm install apiary-blueprint-parser
Do not install the parser globally (using the -g option), otherwise you won’t be able to use the API.
Download the latest browser version of the parser.
Usage
-----
In Node.js, require the module:
``javascript`
var ApiaryBlueprintParser = require("apiary-blueprint-parser");
In browser, include the browser version of the parser in your web page or
application using the