Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 959 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 959 Bytes

pushbullet-to-discord

Nodejs Typescript Code Style: Google

pushbullet-to-discord listens to pushbullet's event stream and uses a Discord webhook to post notifications, optionally mentioning a list of users.

How to

Make sure you have node.js LTS or newer installed https://nodejs.org/en/download/

Open cmd or terminal and install typescript globally:

npm install typescript -g

Clone the repository and install the packages:

git clone https://github.com/fernando/pushbullet-to-discord.git
cd pushbullet-to-discord
npm install

Open .env.dev with a text editor and configure it with the proper settings, when you are done, rename it to .env

Run the script

npm run start