The Hub is created using Meteor, React, Antd Design.
Feel free to contribute and help us build the most amazing hub for splitscreened games ever!
Handler research:
url: "api/v1/handlers/:search_text",
httpMethod: "get"
Get all handlers (up to 500):
url: "api/v1/allhandlers",
httpMethod: "get"
Specific handler infos:
url: "api/v1/handler/:handler_id",
httpMethod: "get"
Get available packages for one handler:
url: "api/v1/packages/:handler_id",
httpMethod: "get"
Get package info:
url: "api/v1/packages/:package_id",
httpMethod: "get"
Get comments done by users about a handler:
url: "api/v1/comments/:handler_id",
httpMethod: "get"
Download a package from it's ID:
url: /cdn/storage/packages/:package_id/original/handler-{handler_id}-v{version_of_handler}.nc?download=true
httpMethod: "get"
Get IGDB screenshots for a handler:
url: "api/v1/screenshots/:handler_id",
httpMethod: "get"
- IDE or text editor. for example WebStorm or VSCode
- IDE for MongoDB, we recommend NoSQLBooster
You must use Node v12 and not a higher version.
$ npm install
$ npm run dev
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.