Node module to create raml API service based on RAML 1.0 definition. Forked from https://github.com/farolfo/raml-server.git and farolfo.
Thanks for Franco Arolfo.
a api service for raml. nodejs.
RAML Server is tested under node v0.12. If you don't have node installed yet, doing it via nvm is recommended.
If you have node installed, run
$ npm install -g raml-service
Start a server based on the api.raml
file
$ raml-service api.raml