A work in progess to improve KAT genres for TV shows and films.
npm install --dev
npm test
npm run-script testgui
- Node apps to import KAT data, gather genres, and populate to Elasticsearch
- Mach JSON REST middleware to Elasticsearch for testing
- Tiny Backbone app to search
ES support is trivial but designed to be easy to update.
NB: Enable CORS in $elasticsearch/config/elasticsearch.yaml
along the lines of:
http:
"cors.enabled" : true,
"cors.allow-origin": "*"
Lee Goddard