bbc/magic

Name: magic

Owner: BBC

Description: Apigee's A127 configuration module, forked so we can add our fixes.

Created: 2015-05-28 10:35:27.0

Updated: 2015-05-28 15:07:45.0

Pushed: 2015-05-28 10:57:33.0

Homepage:

Size: 140

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

You got your Volos in my Swagger! You got your Swagger in my Volos!

This module initializes and controls an Apigee-127 Swagger-driven project. Full documentation is available here.

Basic usage example:

var a127 = require('a127-magic');
var app = require('express')();

a127.init(function(config) {
  app.use(a127.middleware(config));
  app.listen(process.env.PORT || 10010);
});

(See also the Apigee-127 project-skeleton


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.