Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

A simple route handler that displays the version of the package that is running the web appication server.

Notifications You must be signed in to change notification settings

SphericalElephant/express-package-version

Repository files navigation

THIS REPOSITORY IS UNMAINTAINED!!!

express-package-version

'use strict';

const express = require('express');
const version = require('@sphericalelephant/express-package-version');

const app = express();

app.get('/version', version);

About

A simple route handler that displays the version of the package that is running the web appication server.

Resources

Stars

Watchers

Forks

Packages

No packages published