Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/workmanw/embernati-upload-demo


https://github.com/workmanw/embernati-upload-demo

demo ember proof-of-concept

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Background
====================
I gave a talk at the March [EmberNati](http://www.meetup.com/EmberNati/) meetup (Cincinnati) on asynchronously uploading files with Ember.js.
This repo contains the code used in that talk.
Here is the video of that talk: http://www.youtube.com/watch?v=7Z3HCTFFCKc

Demo
====================
Demo at: http://workmanw.github.io/embernati-upload-demo

Server / Running
====================
This is all static content. Run it however it's convenient for you. I usually use python's simple http server

python -m SimpleHTTPServer

Credit / Attribution
====================
* Started with the Ember 1.4 starter kit (https://github.com/emberjs/starter-kit).
* Using Bootstrap (http://getbootstrap.com/)