Skip to content

Evercoder/clipboard-inspector

Folders and files

NameName
Last commit message
Last commit date
Jan 4, 2023
Mar 18, 2019
Aug 13, 2017
Aug 6, 2021
Aug 6, 2021
Jan 24, 2023
Jan 24, 2023
Jan 24, 2023
Jan 24, 2023
Jan 24, 2023

Repository files navigation

Clipboard Inspector

A tool to help you explore the kinds of data available when you paste something on a web page, or drop something onto it:

https://evercoder.github.io/clipboard-inspector/

The project requires Node and npm to run locally. After cloning the repo, run npm install in the project folder to install all dependencies.

A few scripts are available:

  • npm run start starts a local server on 127.0.0.1:8000
  • npm run build builds the project
  • npm run deploy deploys the project by building it and pushing to the gh-pages Git branch, where GitHub Pages is set up to run.