TheRealDarkCoder / minigames

http://testserver2.darkcoder.xyz/
1 stars 4 forks source link

Add a word API #5

Open ZeroDayOwl opened 4 years ago

ZeroDayOwl commented 4 years ago

I have added an API that fetches one random word every time a session starts. Guess it would be hard to beat this game now!

TheRealDarkCoder commented 4 years ago

The API you are using, what license does it provide? How do we need to give a reference to it? Please consult the API documentation and comment here. If possible you can always make a second commit making those references but I'll merge it nonetheless... Good commit!

ZeroDayOwl commented 4 years ago

image

There isn't any specific API documentation or license that could be consulted, but in the website it's hosted, the owner said not to use his site for production uses. So I guess we need to host the API ourselves to use it, since the source code is already given there.

TheRealDarkCoder commented 4 years ago

Hosting a scalar API for a minigame is overkill. Can you look for any other similar APIs? There should be plenty around. Make sure to check these:

The branch can be merged if we can find a better suited API server, not a proof of concept project hosted in heroku. Thanks!

ZeroDayOwl commented 4 years ago

Sure, I would look further to find a better suited API server for the game. Thanks for approving the PR!