Pretendo Network's Miiverse service
Go to file
dependabot[bot] 49611f5c5d
Bump follow-redirects from 1.15.2 to 1.15.4
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-11 00:59:46 +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 follow-redirects from 1.15.2 to 1.15.4 2024-01-11 00:59:46 +00:00
package.json move the @pretendonetwork/grpc package 2023-10-02 17:12:16 -04: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