An open API service indexing awesome lists of open source software.

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

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