automated terminal push
This commit is contained in:
27
notes/20x.md
Normal file
27
notes/20x.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# 20x log
|
||||
|
||||
nov 20.
|
||||
|
||||
## 20x ~ 9.00a
|
||||
|
||||
the app is up
|
||||
|
||||
new bash script to test all endpoints
|
||||
|
||||
cleaned out the round two stuff that was bad
|
||||
|
||||
git work that needs to be reworked
|
||||
|
||||
## next
|
||||
|
||||
the stub is pulling 20 pages of stubbed data on demand after a truncate. NO PROD
|
||||
|
||||
the stub doesnt use the real stuff only the service
|
||||
|
||||
demo script tested and verified
|
||||
|
||||
prod script cloned and ready for execute
|
||||
|
||||
## 20x
|
||||
|
||||
[done] source code refactoring for a better code base
|
||||
417
notes/cenat.html
Normal file
417
notes/cenat.html
Normal file
File diff suppressed because one or more lines are too long
1
notes/mkdocs.yml
Normal file
1
notes/mkdocs.yml
Normal file
@@ -0,0 +1 @@
|
||||
site_name: My Docs
|
||||
49
notes/readme.md
Normal file
49
notes/readme.md
Normal file
@@ -0,0 +1,49 @@
|
||||
# duplicator-x
|
||||
|
||||
## https://twitchtracker.com/channels/ranking?page=18
|
||||
|
||||
paginated twitch tracker url
|
||||
|
||||
## http://localhost:8888/twitch/load
|
||||
|
||||
goes to the demo file and loads all the records.
|
||||
|
||||
#############################3
|
||||
|
||||
## twitchtracker api stub
|
||||
|
||||
http://localhost:8888/channel/stub/18
|
||||
|
||||
the static twitch data export page
|
||||
|
||||
stubs out of a snapshot of the trackertracker page 18 data. returns pure but stubbed and static data
|
||||
|
||||
http://localhost:8888/channel/stub/utility/populate
|
||||
|
||||
####
|
||||
|
||||
|
||||
http://localhost:8888/channel
|
||||
|
||||
show all channels
|
||||
http://localhost:8888/channel/
|
||||
|
||||
http://localhost:8888/tracker/stub/18
|
||||
|
||||
## refactor ###########
|
||||
|
||||
### SEE STUB rankings DATA
|
||||
|
||||
http://localhost:8888/twitchtracker.com/channel/stub/rankings
|
||||
|
||||
### LOAD 1000 stubs
|
||||
|
||||
http://localhost:8888/twitchtracker.com/channel/stub/load/
|
||||
|
||||
loads 1000 records of stubbed twitchtracker.com/channels/ranking
|
||||
|
||||
### LOAD 50 stubs
|
||||
|
||||
http://localhost:8888/twitchtracker.com/channel/stub/load/17
|
||||
|
||||
loads 50 records of stubbed twitchtracker.com/channels/ranking
|
||||
Reference in New Issue
Block a user