1.0.10 • Published 8 months ago

@arkarmintun/api-mocker v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Simple API Mocker

A simple, directory-based API mock server that serves JSON responses for your frontend development and testing needs.

Features

  • 📁 Directory-based organization that mirrors your API structure
  • 🔄 Support for all HTTP methods (GET, POST, PUT, DELETE, etc.)
  • 🔍 Dynamic path parameters using [paramName] directory naming
  • 📦 Plain JSON responses served as-is
  • 🚨 Easy error testing with interactive CLI
  • ⏱️ Optional network delay simulation
  • 🔄 CORS support
  • 🚀 Easy to setup and use

Installation

# Install globally
npm install -g @arkarmintun/api-mocker

# Or use directly with npx
npx @arkarmintun/api-mocker --init
1.0.10

8 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.1

9 months ago