This folder provides examples of how to use `webapi-parser` in JavaScript projects. Those examples showcase: parsing, generation, validation and/or resolving different API Spec formats. ## Installation See [JavaScript installation instructions](../../README.md#javascript). ## How to run Run any script with `node .js`. E.g. ```sh $ node raml10-string.js ```