This commit is contained in:
bee 2022-03-02 12:03:25 -08:00
parent 6acb591085
commit 888ec5a072
No known key found for this signature in database
GPG key ID: 70EECBF29DA75D8B
3 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# SPPK
# Compatiplural
url="https://devapi.apparyllis.com"
socket="wss://devapi.apparyllis.com/v1/socket"
pk_url="https://api.pluralkit.me/v2"

View file

@ -1,5 +1,6 @@
# SPPK
# Compatiplural
### SimplyPlural -> PluralKit Connectivity.
Compatiplural is a small application which enables the transfer of your SimplyPlural data to PluralKit.
### Fork this repository and simply deploy to Heroku!
This project already has a Procfile set up, so it's super easy to get started. Once you have forked / cloned this repo, you can connect it to Heroku and fill in your credentials as config variables. More info below.

View file

@ -1,7 +1,7 @@
{
"name": "sppk",
"name": "Compatiplural",
"version": "1.0.0",
"description": "A tool to automatically update PluralKit with SimplyPlural data.",
"description": "SimplyPlural -> PluralKit Connectivity",
"main": "index.js",
"scripts": {
"start": "node .",