Pretendo Network's Miiverse service
Go to file
William Oldham bb45491c7e
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
chore: remove unneeded eslint disable directives
2025-01-28 23:22:54 +00:00
.github/workflows Update docker.yml 2024-07-28 22:48:07 +02:00
.idea Fixed wrong PID being used for in game messages 2023-10-23 20:30:38 -05:00
.postman Added initial support for api testing via postman 2023-04-24 23:52:29 -05:00
postman/collections Updated community test case to also validate error response formatting 2023-04-26 00:25:23 -05:00
src chore: remove unneeded eslint disable directives 2025-01-28 23:22:54 +00:00
test chore: remove unneeded eslint disable directives 2025-01-28 23:22:54 +00:00
.dockerignore chore: update Docker setup 2024-07-02 15:11:43 -04:00
.eslintignore Added linter config 2023-04-21 10:17:45 -04:00
.eslintrc.json removed unnecessary type defs. prefer inference 2023-10-02 14:55:52 -04:00
.gitignore Added the start of unit tests 2023-04-25 15:57:44 -04:00
Dockerfile chore: update Docker setup 2024-07-02 15:11:43 -04:00
LICENSE Create LICENSE 2022-08-16 10:19:45 -05:00
package-lock.json chore: update packages from npm audit 2024-02-04 14:07:13 -05:00
package.json chore: add dev run script to package.json 2024-07-29 20:58:07 -05:00
README.md modify code to support config.json in root of repo 2022-05-08 15:37:25 +02:00
tsconfig.json removed unnecessary type defs. prefer inference 2023-10-02 14:55:52 -04:00

What is this?

This is the Pretendo Network Miiverse API Server, which replaces the former Nintendo Network Miiverse API Server *.olv.nintendo.net

Install and usage

First install NodeJS and MongoDB. Download/clone this repo and run npm i to install all dependencies. Create a config.json to your liking (example in config.example.json). Run the server via npm run start.

To-Do

  • Discovery Server
  • Posts Server
  • Topic Server
  • Communities Server
  • Integrate with PN account server

Currently implemented endpoints