homerchen19 / nba-go

🏀 💻 The finest NBA CLI.
https://www.npmjs.com/package/nba-go
MIT License
3.71k stars 222 forks source link

Online demo #50

Open homerchen19 opened 6 years ago

homerchen19 commented 6 years ago

Perhaps, having a online demo (playground) website would be nice.

CharlesStocky commented 6 years ago

I'd be interested in contributing

tedleyem commented 6 years ago

has there been an update to this? I wanna jump in on the mix and help out if I can

homerchen19 commented 6 years ago

It has been almost three months without new update, so I think it's okay for you to tackle it.

tedleyem commented 6 years ago

working (hopefully) this weekend on setting up the environment with heroku and the https://nba-go.live domain. If anyone wants to assist in the web version, please let me know.

Current issues: Choosing the proper option message to deliver data:

Option 1: Work on the logic for understanding the user’s commands happen in the page’s JavaScript, then execute different API requests based on what was entered.

Option 2: Send the whole command to Heroku, which would then formulate a response.

tedleyem commented 6 years ago

cant seem to find the time to finish this. Im going to fall back.

moshiba commented 5 years ago

how should the demo site be like? a terminal emulator?

homerchen19 commented 5 years ago

@HsuanTingLu Yeah if it's feasible.

moshiba commented 5 years ago

I think Xterm.js can do this since VScode provides its integrated terminal with it

tedleyem commented 5 years ago

I have found this which might be what your looking for. Get a playground for your GitHub project for free

https://welcome.rootnroll.com/

This actual site is made from https://tilda.cc/tpls/ which may be helpful.