shortenerserver

1.0.0 • Public • Published

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.

/shortenerserver/

    Package Sidebar

    Install

    npm i shortenerserver

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    2.23 kB

    Total Files

    3

    Last publish

    Collaborators

    • dombrovskyibogdan