1.1.1 • Published 7 months ago

port-types v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

VS Code Readme Editor 📝

Import your existing Readme using the import button at the bottom, or create a new Readme from scratch by typing in the editor.

Get Started 🚀

To get started, hit the 'clear' button at the top of the editor!

Prebuilt Components/Templates 🔥

You can checkout prebuilt components and templates by clicking on the 'Add Section' button or menu icon on the top left corner of the navbar.

Save Readme ✨

Once you're done, click on the save button to download and save your ReadMe!

Table of contents

  1. Introduction
  2. Some paragraph
    1. Sub paragraph
  3. Another paragraph

Project Title

This is an example ReadMe with light selections.

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

npm install

Start the server

npm run start

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

License

MIT

Port-Types

This module provides types for the 65536 ports involved with computer networking.

MIT License
Port Types

Table of contents

  1. Features
  2. Types included
  3. How to use

Features

  • Types for port ranges
  • Types for registered ports

TO-DO

  • Add types for common-port uses

Types Included

  • port/ports - The full range from 1 to 65536 as a union type of strings
  • Port - A namespace that includes common registered ports including:
    • MySQL - "3306"
    • PostgreSQL - "5432"
  • Port -

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

npm install

Start the server

npm run start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file
API_KEY

ANOTHER_API_KEY

Acknowledgements

Feedback

If you have any feedback, please reach out to us at fake@fake.com

License

MIT