JSPM

server-welcome

0.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q16062F
  • License MIT

Give a message to display when server start with the port, the name and the address.

Package Exports

  • server-welcome

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (server-welcome) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

server-welcome

Give a message to display when server start with the port, the name and the address.

Build Status NPM version

Install

npm install --save server-welcome

Usage

require('env-port')('8080', 'Server name');
//=> 'Server name: Browse to 'http://192.168.0.47:8080''

Demo

Demo

License

MIT @ Cédric JUNG