Nxg utils to build nxg links
Is a new way to build Usenet message ID's that allows to share NZB files without the need of an actual .nzb file. Instead a link with the NXG header is shared and the client can use that to download all associated files from usenet.
See NXG
To set up the project for development, follow these steps:
- Clone the repository:
git clone https://github.com/javi11/nxg.git
cd nxg- Install dependencies:
go mod download- Run tests:
make test- Lint the code:
make lint- Generate mocks and other code:
make generateContributions are welcome! Please open an issue or submit a pull request. See the CONTRIBUTING.md file for details.
This project is licensed under the MIT License. See the LICENSE file for details.