flightjs / flightjs.github.io

Website for Twitter's JavaScript framework, Flight.
http://flightjs.github.io
9 stars 7 forks source link

Add a way to find Flight components #3

Closed necolas closed 11 years ago

necolas commented 11 years ago

Moved from flightjs/flight#112

Help to encourage and expose components that people write for Flight applications. Eventually these can be included on a project page / website.

Recommend that component names follow the flight-<name> pattern for easy discovery in the Bower registery. Components will need to be registered with Bower to be displayed in this feature.

Other work in this area:

Current components

flight-battery A Flight component for the HTML5 Battery API.

flight-conductor A media timeline conductor inspired by popcorn.js.

flight-deck A Flight component for a deck of cards with Fisher-Yates shuffling.

flight-fullscreen A Flight component for the HTML5 fullscreen API.

flight-geolocation Geolocation component.

flight-keyboard-shortcuts A Flight component for registering and responding to keyboard shortcuts.

flight-mustache A Flight component for rendering Mustache templates with mustache.js.

flight-orientation A Flight component for device orientation.

flight-recorder Simple "undo" functionality.

flight-schedule Schedule periodic tasks.

flight-storage Store JSON data using multiple storage backends.

flight-user-media A Flight component for HTML5 getUserMedia API.

flight-visibility A Flight component for the Page Visibility API.

rogeliog commented 11 years ago

Should we close this issue?

flight-components

necolas commented 11 years ago

Yep. Thanks! I'll make a separate issue to link up your Flight components browser with the site.