stefanrush / weightof.it

Compare JavaScript libraries by weight (file size)
http://weightof.it
14 stars 0 forks source link

Add 'Download' button to 'My Stack' #3

Open stefanrush opened 9 years ago

stefanrush commented 9 years ago

Add a 'Download' button to 'My Stack' which will let users download every library in their stack in one file. The jsdelivr API at https://github.com/jsdelivr/api will be used to power this feature. A field will be added the library model for the jsdelivr name. Then in the app a jsdelivr download URL will be generated in the form http://cdn.jsdelivr.net/g/lib1@1.0.0,lib2@2.0.0 based off the contents of the user's stack.

Thank you to @jimaek for suggesting this feature.

jimaek commented 9 years ago

Awesome! Let me know how it goes