echojson

0.0.1 • Public • Published

echojson

echojson is a simple echo server for testing purposes. Feed it with something like: http://localhost:1337/%7Bvalue1:%20%22one%22%7D and it will respond with:

{
  value1: "one"
}

If you are using chrome, you can type http://localhost:1337/{value1: "one"} in your URL bar and it will handle the rest.

/echojson/

    Package Sidebar

    Install

    npm i echojson

    Weekly Downloads

    2

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • johannesboyne