0.1.0 • Published 3 years ago

jsongrok-server v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

jsongrok-server

ngrok is a great tool that allows you to expose your local server to the public internet.

json-server is a great tool that lets you quickly prototype a REST API from a JSON file.

jsongrok-server is a mediocre tool that combines the power of those two tools and lets you quickly expose your local json server with one easy command!

Usage

You can use jsongrok-server to create a server from .json file on your machine:

npx jsongrok-server db.json

You can also use jsongrok-server to create a server from a .json file by providing a URL:

npx jsongrok-server https://raw.githubusercontent.com/ihollander/jsongrok-server/master/db.json