Skip to content

Instantly share code, notes, and snippets.

View kkotelczuk's full-sized avatar
😴

Konrad Kotelczuk kkotelczuk

😴
View GitHub Profile
import React from "react";
import ReactDOM from "react-dom";
class Timer extends React.Component {
constructor(props) {
super(props);
this.state = {
timer: 0,
secondsRemaining: "00",
minutesRemaining: "00",
const path = require('path');
const webpack = require('webpack');
const HtmlWebpackPlugin = require('html-webpack-plugin');
// Is the current build a development build
const IS_DEV = (process.env.NODE_ENV === 'dev');
const dirNode = 'node_modules';
const dirApp = path.join(__dirname, 'app');
const dirAssets = path.join(__dirname, 'assets');

Keybase proof

I hereby claim:

  • I am kkotelczuk on github.
  • I am kkotelczuk (https://keybase.io/kkotelczuk) on keybase.
  • I have a public key ASAhZfYTCe_GJGnbTEO9F4PY2NcajSn47GDgzGhrnS9bpwo

To claim this, I am signing this object:

#Add video to your website or application with Syncano and SYNQ#

Embedding video on your website or in an application is really easy when using Syncano and Synq. In this post, you will learn how to integrate Synq with Syncano and why you should do it.

Adding video to your website or app is really easy. There are a lot of providers of such solutions, but most of them have really problematic/tricky/rigid APIs or need a separate app to work. In this blog post, I will show you how to integrate the SYNQ video API with Syncano. First, let me answer few simple questions.

##What is Syncano?##