Skip to content

mcdominik/file2url-nodejs

Repository files navigation

Image to URL

Convert file to public download link.
View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. License
  5. Contact

About The Project

node logo

In simple terms the app converts file to downloadable links.

USECASE: I want to send image (loseless) to my friend e.g. my_private_image.png, just load it via form and you'll get https://file2url.bieda.it/file/{some-alias}

(back to top)

Built With

  • Node
  • Express

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Local Installation

  1. Clone the repo
    git clone https://github.com/mcdominik/file2url-nodejs.git
  2. Install NPM packages
    npm install
  3. Run
    npm run dev

Docker Installation

  1. Clone the repo
    docker build -t file2url .
  2. Run
    docker run -p 3000:3000 file2url

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the project_license. See LICENSE.txt for more information.

(back to top)

Contact

Project Link: https://github.com/mcdominik/file2url-nodejs

(back to top)

(back to top)

About

Express.js application that converts popular file formats into downloadable URLs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published