You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
4 years ago | |
---|---|---|
.vscode | 4 years ago | |
Postman Files | 4 years ago | |
src | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
cron.sh | 4 years ago | |
package-lock.json | 4 years ago | |
package.json | 4 years ago | |
tsconfig.json | 4 years ago | |
tslint.json | 4 years ago |
README.md
Kosmos Updater Server
This is a simple API for the Kosmos Updater homebrew application on the Nintendo Switch.
How to Run
Because this project is written in TypeScript the API needs to be built before running. If you just want to run it locally you can simple run:
npm run start
If you are looking to run this in a production environment then you can run the following command to build it:
npm run build
Once it's built the file you will want to run is the index.js
file in the dist
folder.