Skip to content

rrampage/cftv-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

A Local Search UI for Cloudflare.tv

Currently, searching for previous videos on Cloudflare.tv is difficult. This project is a proof of concept which uses lunr.js to index and search previously uploaded videos. The data was fetched using the API from Schedule page and deduplicated on title + description.

The site's code is copied heavily adapted from VectorLogoZone but with JQuery dependency removed.

TODO:

  • Work correctly on mobile devices (Fixed by using replace instead of replaceAll for formatting markdown)
  • Make responsive (No longer horribly undersized on mobile)
  • Improve aesthetic (slightly) -> For most purposes it is ok. Can probably add a background color??
  • Reduce static JSON size -> From 4MB to 330KB with deduplication

About

A simple UI to search for videos on Cloudflare.tv using lunr.js

Topics

Resources

Stars

Watchers

Forks

Languages