Git Product home page Git Product logo

vtt-creator's Introduction

VTT Creator

A tool for creating and editing Web Video Text Track (WebVTT) files in your browser.

Check it out at vtt-creator.com.

This repository, along with the backend app, is a full single page app and is open source mostly for portfolio reasons. I don't really expect/support usage of the source code. Use VTT Creator via the live hosted version at vtt-creator.com.

If you're actually interested in running this source code, you'll need:

  • A Google Cloud account
    • VTT Creator will need a Cloud Storage bucket, access to the Cloud Speech to Text API, and a service account with appropriate permissions
  • An AWS account
    • VTT Creator uses Amazon Cognito for user management
  • A Paypal account
  • PostgreSQL
  • The VTT Creator Backend Application

To run this project, you'll also need to supply some environment variables to configure it:

API_URL=<url to wherever you've hosted to backend app>
SPEECH_TO_TEXT_JOB_TIMEOUT=<a number, milliseconds>
DEBUG=<true|false>
COGNITO_CLIENT_ID=<client id for aws cognito client>
COGNITO_DOMAIN=<client domain url for aws cognito>
COGNITO_USER_POOL_ID=<aws cognito pool id>
PAYPAL_CLIENT_ID=<your paypal client id>
SENTRY_DSN=<sentry.io dsn>

Development

Install dependencies with:

npm install

To run the app in dev mode, run:

npm start

By default, the app will be available at http://localhost:3000. To change the port, open up the webpack.dev.js file located in the project root and change the devServer.port entry to your desired port.

To run tests:

npm run test

This project uses karma for its test runner, which runs tests in headless chrome. If you don't have chrome installed, you might have to tweak the karma.conf.js file located in the project root to use a different browser.

License

No license is given. All rights reserved.

vtt-creator's People

Contributors

dependabot[bot] avatar roballsopp avatar

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.