Backend Server Portion of Kosmos Updater.
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.
 
 
Nichole Mattera 6ada425149 ♻️ Converted to Typescript, cleaned up dependencies, and improved error handling. 4 years ago
.vscode ♻️ Converted to Typescript, cleaned up dependencies, and improved error handling. 4 years ago
Postman Files ♻️ Converted to Typescript, cleaned up dependencies, and improved error handling. 4 years ago
src ♻️ Converted to Typescript, cleaned up dependencies, and improved error handling. 4 years ago
.gitignore ♻️ Converted to Typescript, cleaned up dependencies, and improved error handling. 4 years ago
LICENSE ♻️ Converted to Typescript, cleaned up dependencies, and improved error handling. 4 years ago
README.md ♻️ Converted to Typescript, cleaned up dependencies, and improved error handling. 4 years ago
cron.sh ♻️ Converted to Typescript, cleaned up dependencies, and improved error handling. 4 years ago
package-lock.json ♻️ Converted to Typescript, cleaned up dependencies, and improved error handling. 4 years ago
package.json ♻️ Converted to Typescript, cleaned up dependencies, and improved error handling. 4 years ago
tsconfig.json ♻️ Converted to Typescript, cleaned up dependencies, and improved error handling. 4 years ago
tslint.json ♻️ Converted to Typescript, cleaned up dependencies, and improved error handling. 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.