shortenerserver
v1.0.0
Published
A simple URL shortener server implemented in Node.js using the Shorturly module.
Downloads
2
Maintainers
Readme
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
- Import the Shortener Server module:
const startServer = require('shortenerserver');
- 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.