automated terminal push
This commit is contained in:
19
web/pages/rankings/phaseone.html
Normal file
19
web/pages/rankings/phaseone.html
Normal file
@@ -0,0 +1,19 @@
|
||||
# useful links and stuff
|
||||
|
||||
## stub data loading from twitchtracker.com
|
||||
|
||||
http://localhost:8888/twitch/channel/
|
||||
|
||||
http://localhost:8888/twitchtracker.com/channel/rankings/stub/truncate
|
||||
|
||||
http://localhost:8888/twitchtracker.com/channel/rankings/stub/load
|
||||
|
||||
http://localhost:8888/twitch/channel/
|
||||
|
||||
## live loading from twitchtracker.com
|
||||
|
||||
http://localhost:8888/twitchtracker.com/channel/rankings/truncate
|
||||
|
||||
http://localhost:8888/twitchtracker.com/channel/rankings/load
|
||||
|
||||
http://localhost:8888/twitch/channel/
|
||||
39
web/pages/rankings/teststub.bash
Executable file
39
web/pages/rankings/teststub.bash
Executable file
@@ -0,0 +1,39 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
set -x
|
||||
|
||||
reset
|
||||
|
||||
clear
|
||||
|
||||
echo
|
||||
echo "TEST / data / view application channel data"
|
||||
echo
|
||||
|
||||
curl http://localhost:8888/twitch/channel/
|
||||
|
||||
echo
|
||||
echo "TEST / operation / delete all application channel data from database"
|
||||
echo
|
||||
|
||||
curl http://localhost:8888/twitchtracker.com/channel/rankings/truncate
|
||||
|
||||
echo
|
||||
echo "TEST / data / view application channel data"
|
||||
echo
|
||||
|
||||
curl http://localhost:8888/twitch/channel/
|
||||
|
||||
echo
|
||||
echo "TEST / operation / load application channel data from twitchtracker.com"
|
||||
echo
|
||||
|
||||
curl http://localhost:8888/twitchtracker.com/channel/rankings/stub/load
|
||||
|
||||
echo
|
||||
echo "TEST / data / view application channel data"
|
||||
echo
|
||||
|
||||
curl http://localhost:8888/twitch/channel/
|
||||
Reference in New Issue
Block a user