anthonybrown / weather

Using require.js to import and separate my JavaScript modules into more maintainable structure

Home Page:http://anthonybrown.github.io/weather/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#weather app

Using require.js to add our JS files when we want them.

Also using Backbone.js while it's not as popular anymore like it was 3 years ago, it still provides an excellent way to add structure and decouple our javascript from the DOM, which is always good.

Learning to build Single Page Applications in JavaScript is not a trivial matter and takes lots of planning to pull it off successfully.

###Tests

To see the tests fail or pass, go to http://anthonybrown.github.io/weather/test-runner.html I'm only showing one test at the moment and that's for the fahrenheit to celsius conversion is working.

About

Using require.js to import and separate my JavaScript modules into more maintainable structure

http://anthonybrown.github.io/weather/


Languages

Language:JavaScript 96.8%Language:CSS 2.4%Language:HTML 0.8%