Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T08:29:33.000Z (about 2 years ago)
- Last Synced: 2024-10-15T20:01:11.140Z (about 1 month 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-servicepnpm install
```
## Run LocallyBuild 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/)