Skip to content

YouTube TV like service with super powers controlled by chatbot

License

Notifications You must be signed in to change notification settings

mictyd/lebkuchen-fm

 
 

Repository files navigation

LebkuchenFM

Build Status

Application configuration

You can configure the application using environment variables:

  • MONGO_URI - MongoDB connection URI
  • YOUTUBE_KEY - YouTube Data API key. Used to search on YouTube. Optional.

Development

To run application in development mode you have to run both backend and frontend simultaneously.

npm run server:dev

# In another session
npm run frontend:dev

Backend server runs on port 9000 while frontend server runs on port 3000. They're both able to communicate using proxy server that frontend:dev provides.

You also need to have MongoDB running on localhost.

License

This project is licensed under the MIT license.

About

YouTube TV like service with super powers controlled by chatbot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.4%
  • CSS 12.2%
  • JavaScript 10.3%
  • HTML 10.1%