Skip to content
/ flinkJS Public

A script to get newly added articles on FLINK.

Notifications You must be signed in to change notification settings

Zyneth/flinkJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flinkJS

Table of contents

General info

This project is a fix to FLINKs "Newly added products" function. It can be bind to any communication platform such as discord or microsoft teams (as webhook or bot) for real-time notifications.

Technologies

Project is created with:

  • NodeJS: v16.11.0
  • discord.js: 13.2.0
  • Axios: 0.22.0

Setup

To run this project, install it locally using npm:

$ npm i 
$ node flink

Also your JSON object should look like this:

{
  "Products": []
}

.ENV variables

You will need the following variables in your .env file to run this script:

Releases

No releases published

Packages

No packages published