Giter Club home page Giter Club logo

jre-search's Introduction

Joe Rogan Experience podcast on πŸš€ πŸ„

Advanced search for Joe Rogan Experience podcast.

Build Status: Linux Coverage Status XO code style

Installation

npm i

Create .env file in the project's root folder

ENVIRONMENT=development
API_KEY=123YourApiKey
MONGO_DSN=mongodb://localhost:27017/
MONGO_DBNAME=jre-search

Commands

Command Description
node cli/download.js Downloads all JRE videos from YouTube.
node cli/download.js -p --p Purge all videos from DB before the scrape.
node cli/download.js -a --all Download all videos in one go.
node cli/analyse.js Analyse the downloaded videos and saves hosts & keywords.
npm run server Run the API server.
npm run site Run the API server.
npm run coverage Upload coverage to Coveralls.io (needs .coveralls.yml for local run).
npm run ava Run tests only with ava.
npm test Run tests with XO lint and code coverage.

API

Endpoint Description Params
/hosts?page=N List of all hosts along with videos. Paginated. page
/hosts?search=al Search for hosts with name "AL..." search
/hosts/:id?page=N&user_id=X Detail of the host along with his/her videos. page user_id - to filter out user's wached videos
/hosts/top List of hosts ordered by count.
/stats Statistics.

jre-search's People

Contributors

lucien144 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

jre-search's Issues

Improve analysing

  • "co-founder" -> analysed as "founder" -> should be "co-founder"
  • "stand-up" -> analysed as "stand" -> should be "stand-up"

Autocomplete not showing anything

Autocomplete not showing anything if typing to fast. Needs investigation.

Steps to reproduce:

  1. Type quickly "elo"
  2. Expected result: "Elon Musk"
  3. Current result: empty

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.