Skip to content

hansputera/ngl.link-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ngl.Clone Notification Server

I just want to make my own ngl.link, and learn how they works.

Installation

You need to install NodeJS, and pnpm first! Then

  git clone https://github.com/hansputera/ngl.link-service
  cd ngl.link-service

  pnpm install

Run Locally

Build the source code

  pnpm run build

Run it

  node dist/index.js

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

API_ADDRESS Fill it with ngl.link API url address

REDIS_URI Fill it with your redis connection URI

License

MIT