Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jurajpelikan on github.
  • I am jurajpelikan (https://keybase.io/jurajpelikan) on keybase.
  • I have a public key ASDyOxxN1_MhnCtUvUTYuDz0gMO_MyhIYKujG3llLJjoyQo

To claim this, I am signing this object:

import bodyParser from "body-parser";
import express from "express";
import yargs from "yargs";
const app = express();
const paths = {
root: "/",
descriptor: "/descriptor/",
installCallback: "/install-callback/",
import bodyParser from "body-parser";
import express from "express";
import yargs from "yargs";
const app = express();
const paths = {
root: "/",
descriptor: "/descriptor/",
installCallback: "/install-callback/"
import express from "express";
import yargs from "yargs";
const app = express();
const paths = {
root: "/",
descriptor: "/descriptor/",
};
import express from "express";
import yargs from "yargs";
const app = express();
const paths = {
root: "/"
};
const getUrl = (name) => {
{
"dependencies": {
"body-parser": "^1.14.2",
"express": "^4.13.3",
"yargs": "^3.31.0"
}
}