2.5.0 • Published 2 years ago

simple-express-server-1239 v2.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

simple-express-server

Starts a simple express server with proof of life.

Install

npm i simple-express-server-1239

Usage

In our NPM package, after installing our package, you will have to let <variableName> = require('simple-express-server-1239').

Calling that variable function with the parameters of your port number and Proof of life.

Example:

let expressServer = require('simple-express-server-1239');

expressServer(3000, 'My Proof of Life')

Versions

1.0.0 - First Publish
2.0.0 - Adding functionality
2.1.0 - Working Module Functionality
2.2.0 - Updated Readme

Contributors

  • Charlie Fadness, Software Developer
  • Heather Bisgaard, Software Engineer
  • Mark Thanadabouth, Software Developer

Sources/References

NPM Docs
How to Create and Publish your first NPM package
Publish issues
Tiny NPM Package
Express Starter