0.0.53 • Published 1 year ago

midrun-node v0.0.53

Weekly downloads
-
License
c
Repository
-
Last release
1 year ago

Midrun server toolkit

Install this as a local dependency on your server. Make sure to avoid publishing it publicly, as per your license.

This package contains the NodeJs middlewares to create your Midrun API.

Please check your API Dashboard for detail usage.

https://mid.run/

Example

npm i midrun-node
const express = require("express");
const midrun = require("midrun-node");

const app = express();
const port = process.env.PORT || 3000;

const spec = require("./midrun.spec.json");
const routes = require("./routes");

app.use("/", midrun.router(spec, [routes]));

app.listen(port, () => {
  console.log(`Midrun app listening on port ${port}`);
});
0.0.53

1 year ago

0.0.52

1 year ago

0.0.51

1 year ago

0.0.50

1 year ago

0.0.49

1 year ago

0.0.48

1 year ago

0.0.47

1 year ago

0.0.46

1 year ago

0.0.45

1 year ago

0.0.44

1 year ago

0.0.43

1 year ago

0.0.42

1 year ago

0.0.41

1 year ago

0.0.40

1 year ago

0.0.39

1 year ago

0.0.38

1 year ago

0.0.37

1 year ago

0.0.36

1 year ago

0.0.35

1 year ago

0.0.34

1 year ago

0.0.33

1 year ago

0.0.32

1 year ago

0.0.31

1 year ago

0.0.29

1 year ago

0.0.28

1 year ago

0.0.276

1 year ago

0.0.26

1 year ago

0.0.25

1 year ago

0.0.24

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago