Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 933 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 933 Bytes

A modern pastebin alternative to share code fast. Made using React, MongoDb, Express.js and Highlight.js.

Screenshot

image

How to use

  1. Copy the code you want to share
  2. Visit https://codedump.xyz
  3. Press Ctrl + V or Cmd + V
  4. Copy the generated link. Example link - https://codedump.xyz/py/YSSngLN_1bylw7xP

More advanced features

  1. Visit https://codedump.xyz/ + fileExtension to change the selected language.

For example, visiting https://codedump.xyz/py will make the selected language as Python.

  1. To change the syntax highlighting rename the URL.

Changing https://codedump.xyz/py/YSSngLN_1bylw7xP to https://codedump.xyz/js/YSSngLN_1bylw7xP will make JavaScript as the langauge.