TheSuperGamer20578 / Sudan-bot

This is a discord bot that I made for my nation on the Minecraft server EarthMC.
https://discord.com/api/oauth2/authorize?client_id=693313847028744212&permissions=0&scope=bot
MIT License
3 stars 0 forks source link

dashboard API docs #174

Open orangixx opened 3 years ago

orangixx commented 3 years ago

I need API docs for this nonexistent dashboard frontend "Chad" that I might work on someday

Ideal solution

API docs in the wiki or on GitHub Pages or something

TheSuperGamer20578 commented 3 years ago

There currently is no API, wouldn't it be best to have the API be part of the dashboard so that I don't need to have 2 web servers running?

orangixx commented 3 years ago

there are 2 (feasible) options:

TheSuperGamer20578 commented 3 years ago
  • serverless functions and hosting (Netlify, Firebase, etc.)

I don't want to have to find more free hosting services.

  • API in the bot and separate hosting

Flask + Discord.py sounds fun.