Skip to content

kahy9/Interclip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interclip

Interclip - Easy peasy clipboard cross-platform sharing | Product Hunt Embed

clipboard Clipboard Maintainability GitHub commits since latest release

Table of contents

  1. Intro
  2. Built with
  3. Developer tools
  4. To-dos
  5. Tutorial

What is it?

A handy-dandy clipboard sharing tool to share URLs between devices and users

Stable

Development

logo

Built with

Developer libraries

API

There is a very simple API for anybody to use. You can use it for storing URLs in your To-do app, or as a connection between order IDs and their URLs. The possibilities are endless The API endpoint is at http://uni.hys.cz/includes/api.

POST http://uni.hys.cz/includes/api body:

{
  "url": "https://duckduckgo.com"
}

GET http://uni.hys.cz/includes/api?url=https://flutter.dev/

To-dos

  • write a Ruby on Rails lib
  • write a JavaScript lib
  • fix text-overflow with long URLs on new.php
  • Text-file embed
  • an universal file uploader StackOverflow

How to clip?

Clipping is easy. Just click on the magnifying glass and paste in your link!

how-to

Then press Enter and through the magic of code here is the code to your link!

code-preview

How to receive a clip?

Receiving a clip is even easier than clipping. Just get out your phone or another device and paste the code into the input. recieve

And now just click the button....

get URL

About

A clipboard and file sharing tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 61.8%
  • CSS 25.0%
  • JavaScript 13.0%
  • Hack 0.2%