mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-04-18 22:37:20 -05:00
Pretendo Network's Miiverse service
- Added an optional 'owner' field to "Communities" This is because Miiverse allowed user-made communities (4 per games) - Added a subcommunity query 'parent' mandatory field to get all subcommunities belonging to a specific parent community 'owner' optional field to comply with 'my' query type 'olive_community_id' optional array field to comply with 'favorite' query type, you would feed this field the user favorite sub communities ID - Fixed CommunitySchema 'json()' method for base64 fields - Fixed getCommunityByTitleIDs(), there is no field 'title_ids' in the schema |
||
|---|---|---|
| .postman | ||
| docker | ||
| postman/collections | ||
| src | ||
| test | ||
| .dockerignore | ||
| .eslintignore | ||
| .eslintrc.json | ||
| .gitignore | ||
| Dockerfile | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
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