https://github.com/hansputera/ngl.link-service
Ngl.link-Clone Notification Service
https://github.com/hansputera/ngl.link-service
ngl ngl-clone ngl-link websocket
Last synced: about 1 year ago
JSON representation
Ngl.link-Clone Notification Service
- Host: GitHub
- URL: https://github.com/hansputera/ngl.link-service
- Owner: hansputera
- License: mit
- Created: 2022-10-09T01:55:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T08:29:33.000Z (over 3 years ago)
- Last Synced: 2025-02-10T05:43:29.414Z (over 1 year ago)
- Topics: ngl, ngl-clone, ngl-link, websocket
- Language: TypeScript
- Homepage:
- Size: 190 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
git clone https://github.com/hansputera/ngl.link-service
cd ngl.link-service
pnpm install
```
## Run Locally
Build the source code
```bash
pnpm run build
```
Run it
```bash
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](https://choosealicense.com/licenses/mit/)