ThanMatt / clip-server

A nodejs app that receives content (URLs, text, images) from the iPhone and set it to your system clipboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

The CLIP (Convenient Local Interface for Peer-to-peer transfer) Server acts as the communication bridge in the system, enabling seamless transfer of various types of content such as texts, links, and images. Whether you're sending data to your phone or receiving it, the CLIP Server ensures a smooth, seamless transfer process, embodying the core of our cross-device communication solution.

Requirements

  • Node.js: Version 20.10.0.
  • Yarn: Used for package management.
  • Git: Used for cloning or to make changes for this repository.

Setup

  1. Install Node.js and Yarn: Ensure you have Node.js 20.10.0 and Yarn installed.
  2. Clone the Repo: git clone https://github.com/ThanMatt/clip-server.
  3. Install Dependencies: In the project directory, run yarn install.

Usage

  • Development: Run yarn dev.
  • Build: Run yarn build.
  • Run: Run yarn start.

About

A nodejs app that receives content (URLs, text, images) from the iPhone and set it to your system clipboard

License:MIT License


Languages

Language:JavaScript 100.0%