Pretendo Network's Miiverse service
Go to file
2023-03-20 21:40:55 -05:00
docker add docker files and remove static config.json 2022-05-08 15:35:27 +02:00
src Finished implementing sub-community support. Added support for the followed users endpoint. Fixed a number of inconsistencies in different endpoints. Fixed messages sent via the API not storing the correct Mii face URL. General code cleanup. 2023-03-20 21:40:55 -05:00
.dockerignore add logs to ignore files 2022-05-08 16:28:12 +02:00
.gitignore add logs to ignore files 2022-05-08 16:28:12 +02:00
config.example.json This was too long in the making, and I've already made too many changes to list here. The Great rewrite begins! 2022-08-28 20:45:09 -05: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 Fixed in-game posts from not displaying. Fixed submitting drawing posts in game. Updated dependencies 2023-03-05 17:15:19 -06:00
package.json Fixed in-game posts from not displaying. Fixed submitting drawing posts in game. Updated dependencies 2023-03-05 17:15:19 -06:00
README.md modify code to support config.json in root of repo 2022-05-08 15:37:25 +02: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