tastejs / TasteMusic

Empowering your MDD (Music Driven Development) - Music recommendations by JavaScripters
https://github.com/tastejs/TasteMusic/issues/1
178 stars 13 forks source link

Parses URLs from comments and creates pages with links. #3

Closed vasilionjea closed 10 years ago

vasilionjea commented 10 years ago

Parses URLs from comments on Issue 1 and creates pages with links. The paginated URLs can be retrieved like so: /shared-links/?page=2, /shared-links/?page=3

Also removed jQuery. Assumes only modern Browser support.

sindresorhus commented 10 years ago

Can you bring in Bootstrap just to get some nicer styling?

Just use the CDN:

//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css
vasilionjea commented 10 years ago

I've added a few basic styles - feel free to play around!

I think some things people could contribute might include:

Glavin001 commented 10 years ago

Great work, @vasilionjea! I'm hoping to be able to help out with development in the next couple weeks. Integrating with SoundCloud and YouTube and other such APIs will be very cool in the end. Looking forward to using this!

vasilionjea commented 10 years ago

@Glavin001 Thanks! I'm glad you're thinking of helping.

If @sindresorhus merges the pull request perhaps others might want to help too.

addyosmani commented 10 years ago

Merged. Let's build on this great start :)