spark-core

Switch between your apps faster than you can read this. (Windows, MacOS)

Usage no npm install needed!

<script type="module">
  import sparkCore from 'https://cdn.skypack.dev/spark-core';
</script>

README

Spark Core

Build Status Build status

Spark's crossplatform stand-alone service for switching apps. Uses IPC (Inter Process Communication) to communicate (two-way) with Spark Desktop.

Running

Before running Spark Service in development mode, please ensure you have Node.js installed on your machine.

Clone this repo, and cd into it, Then:

$npm i
$npm run dev

Building

Spark usespkg to ship executables for Windows, MacOS (Under development) that will be spwaned at Spark Desktop start up.

Before building Spark Service, please ensure you have Node.js installed on your machine.

Clone this repo, and cd into it, Then:

$npm i
$npm run build

License

Read LICENSE.md