techcorridorio / techcorridorio.github.io

Official site for techcorridor.io
http://www.techcorridor.io/
MIT License
13 stars 9 forks source link

Rewrite Meetup class #11

Open sukima opened 8 years ago

sukima commented 8 years ago

This is more JavaScript class idiomatic. It also allows for future abstractions like removing the hard coded URLs.

The original file used tabs so I kept that even though the .vimrc seems to contradict this.

This also uses UMD for encapsulation which makes it more universal to be pulled into other websites.

sukima commented 8 years ago

This is ready for review/merge. Next step is to pull the constants EVENTS_URL and MEMBERS_URL out of the code and into some config. But that can be for another pull request.

sukima commented 8 years ago

As an aside… might want to consider using a package manager for vendor scripts like bower or npm.