0.0.3 • Published 9 years ago
ember-daily-drip-feed v0.0.3
Ember-daily-drip-feed
This is an Ember addon that is a super simple RSS reader for the topic feeds from Daily Drip.
Installation
ember install ember-daily-drip-feedUsage
Where you want to include the feed list just add:
{{daily-drip-feed topic='ember'}}Presently the list of available topics for Daily Drip are:
- ember (default)
- elm
- sidekiq
- html-css
- elm-remote-meetup
- elixir
- elixir-remote-meetup
This addon supplies an unstyled ul.
Contributing
- Fork this this repository
git clone <local-repository-url>cd ember-keyboard-navigable-listnpm installbower install- make changes and commit with a good commit message
- open a PR
Running
cd ember-keyboard-navigable-list/tests/dummyember s
Running Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://ember-cli.com/.