Pretendo Network's Miiverse service
Go to file
dependabot[bot] 6f71f17e0c
Bump zod from 3.21.4 to 3.22.3
Bumps [zod](https://github.com/colinhacks/zod) from 3.21.4 to 3.22.3.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/compare/v3.21.4...v3.22.3)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-22 20:50:19 +00:00
.postman Added initial support for api testing via postman 2023-04-24 23:52:29 -05:00
docker add docker files and remove static config.json 2022-05-08 15:35:27 +02:00
postman/collections Updated community test case to also validate error response formatting 2023-04-26 00:25:23 -05:00
src temp - added explicit beta checks for some endpoints 2023-10-03 14:47:18 -04:00
test removed unnecessary type defs. prefer inference 2023-10-02 14:55:52 -04:00
.dockerignore add logs to ignore files 2022-05-08 16:28:12 +02: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 add docker files and remove static config.json 2022-05-08 15:35:27 +02:00
LICENSE Create LICENSE 2022-08-16 10:19:45 -05:00
package-lock.json Bump zod from 3.21.4 to 3.22.3 2023-10-22 20:50:19 +00:00
package.json Bump zod from 3.21.4 to 3.22.3 2023-10-22 20:50:19 +00: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