https://github.com/marcusoftnet/reviewchecker
Polls website for data defined by a selector and presents the result
https://github.com/marcusoftnet/reviewchecker
Last synced: about 2 months ago
JSON representation
Polls website for data defined by a selector and presents the result
- Host: GitHub
- URL: https://github.com/marcusoftnet/reviewchecker
- Owner: marcusoftnet
- License: mit
- Created: 2016-09-30T08:02:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:31:36.000Z (over 3 years ago)
- Last Synced: 2025-01-15T14:15:12.726Z (over 1 year ago)
- Language: JavaScript
- Size: 389 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Review Checker
Polls website for data defined by a selector and presents the result
Back-end of the ego-scratcher application
# Stuff to do
## Backlog
1. Update to modern JS - linting
1. Use async await over generators and co
1. Move config to Dynamob db
## Doing (WIP = 1)
## Done
1. Allow for more than one selector per review
* Possible to select arbitrary attributes
* More meta-data for a more dynamic handling
* getReviewKeys rather than all result
* Don't pass URL but keys that look up data
* Initial version up