https://github.com/simonsmith/flight-demo
A tiny demo app for Flight
https://github.com/simonsmith/flight-demo
Last synced: 11 months ago
JSON representation
A tiny demo app for Flight
- Host: GitHub
- URL: https://github.com/simonsmith/flight-demo
- Owner: simonsmith
- Created: 2013-04-17T21:13:12.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-17T21:56:08.000Z (about 13 years ago)
- Last Synced: 2024-10-18T08:36:46.100Z (over 1 year ago)
- Language: JavaScript
- Size: 410 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flight demo
A tiny demo application mainly to show how flight components can be setup with RequireJS and tested with Jasmine. Touches on the common requirement of fetching some JSON and rendering it.
I found the Twitter Flight demo to be great, but a little overwhelming to first time users of the library.
It will also be used to accompany a couple of blog posts discussing my findings as I've just started using Flight on a work project.
## Makes use of
- [Jasmine Bootstrap](https://github.com/esbie/jasmine-bootstrap)
- [Jasmine Flight](https://github.com/twitter/flight-jasmine) (Using my forked version, [details here](https://github.com/twitter/flight-jasmine/pull/6))
- [Jasmine jQuery](https://github.com/velesin/jasmine-jquery)
- [Jasmine Matchers](https://github.com/uxebu/jasmine-matchers)
## Try it
- App: http://simonsmith.io/flight-demo
- Tests: http://simonsmith.io/flight-demo/tests