An open API service indexing awesome lists of open source software.

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

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