1.0.0 • Published 1 year ago

shortenerserver v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Shortener Server

Shortener Server is a simple URL shortener server implemented in Node.js using the Shorturly module.

Installation

To install Shortener Server, you can use npm:

npm install shortenerserver

Usage

  1. Import the Shortener Server module:
const startServer = require('shortenerserver');
  1. Start the server:
// Start the server on default port 3000
startServer();

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.0

1 year ago