No description
Find a file
2015-11-23 10:55:11 -05:00
bin changed test name 2015-11-17 12:32:29 -05:00
build added examples folder 2015-11-23 10:55:10 -05:00
examples Fixed CSS Paths for normalize/skeleton 2015-11-23 10:55:11 -05:00
src Lib restructured 2015-11-20 19:56:27 +03:00
test changed test name 2015-11-17 12:32:29 -05:00
.babelrc Styles and babel config for the future 2015-11-19 17:28:04 +03:00
.editorconfig Add tests and eslint 2015-11-17 12:26:49 -05:00
.eslintrc Styles and babel config for the future 2015-11-19 17:28:04 +03:00
.gitignore Updated examples build config 2015-11-23 10:55:11 -05:00
.travis.yml Updated examples build config 2015-11-23 10:55:11 -05:00
.zuul.yml Add tests and eslint 2015-11-17 12:26:49 -05:00
ARCHITECTURE.md Minor architecture changes 2015-11-20 19:43:54 +03:00
bs-config.js Refactored npm scripts. 2015-11-17 12:27:15 -05:00
classes.es6 Better distinct between argument: plugin and class: plugin 2015-11-23 15:38:05 +01:00
CONTRIBUTING.md Added to example 2015-11-17 13:47:50 -05:00
LICENSE Getting a sandbox going with the worst possible layout 2015-11-17 15:11:00 +01:00
package.json Updated examples build config 2015-11-23 10:55:11 -05:00
README.md Update README.md 2015-11-18 16:04:56 +01:00

transloadit-js-client

A work in progress - nothing to see here.

Design Goals

  • Support for IE10+??
  • Lightweight / easy on dependencies
  • tus.io enabled
  • ES6
  • Robust (retries / resumes for all the things), avoid showing 'weird errors'
  • Themable UI with a beautiful default
  • Compatible with React
  • Small core, modular plugin architecture for everything: (modal / dragdrop / themes/ webcam / google drive / dropbox / etc)
  • Offering sugared shortcuts for novice users

Check open issues for our Minimum Viable Product.

Local Development

First clone and install the project:

git clone git@github.com:transloadit/transloadit-js-client.git
cd transloadit-js-client
npm install

Now to get a sandbox environment set up, type:

npm run preview

This will npm run build the project into ./build, and then serve that directory using a simple static http server.