Pretendo Network's Miiverse service
Go to file
dependabot[bot] 2b1c482048
Bump axios from 1.4.0 to 1.6.0
Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.4.0...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-11 15:08:23 +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 axios from 1.4.0 to 1.6.0 2023-11-11 15:08:23 +00:00
package.json Bump axios from 1.4.0 to 1.6.0 2023-11-11 15:08:23 +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