1.0.3 • Published 7 years ago

fake-service v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Fake Service

Development tool to expose RESTful API endpoint using swagger or the Google API spec

Installation

    npm install fake-service

Use

    const express = require('express')
    const app = express()
    const router = express.Router()
    const path = require('path')


    const FakeService = require('fake-service')(app, path.resolve(__dirname, './mod'))

    // see modules for information