Skip to content

CodeFiction/codefiction-top

 
 

Repository files navigation

Codefiction Top Application

A simple web app that helps to maintain speaking order while recording podcasts online with multiple speakers. Made with Angular 2 & Socket.io for experimental purposes.

To start the app run;

> docker-compose build
> docker-compose up

This will install dependencies and run client & server. Then browse to http://localhost:4200 from at least two separate browser tabs/instances or completely different browsers.

Todo
  • Code review
  • Tests
  • Dependency clean up

Feel free to contribute!

Run this one to keep the app running on heroku for free: while true; do curl https://codefiction-top.herokuapp.com/topper\;sleep 1000; done;

About

Realtime topping app for maintaining speaking order while recording podcasts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.3%
  • JavaScript 9.8%
  • HTML 3.2%
  • Dockerfile 1.3%
  • CSS 1.2%
  • Shell 1.2%