Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baroquon/ember-daily-drip-feed
An Ember addon that lists the last ten episodes of Daily Drip for whatever topic is passed in.
https://github.com/baroquon/ember-daily-drip-feed
ember ember-addon feed
Last synced: 21 days ago
JSON representation
An Ember addon that lists the last ten episodes of Daily Drip for whatever topic is passed in.
- Host: GitHub
- URL: https://github.com/baroquon/ember-daily-drip-feed
- Owner: baroquon
- License: mit
- Created: 2016-09-12T00:07:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-21T16:04:34.000Z (over 7 years ago)
- Last Synced: 2024-10-17T10:31:55.304Z (2 months ago)
- Topics: ember, ember-addon, feed
- Language: JavaScript
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![Build Status](https://travis-ci.org/baroquon/ember-daily-drip-feed.svg?branch=007.5_activity_complete)
# Ember-daily-drip-feed
This is an Ember addon that is a super simple RSS reader for the topic feeds from Daily Drip.
## Installation
```sh
ember install ember-daily-drip-feed
```
## UsageWhere you want to include the feed list just add:
```handlbars
{{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-meetupThis addon supplies an unstyled `ul`.
## Contributing
* Fork this this repository
* `git clone `
* `cd ember-keyboard-navigable-list`
* `npm install`
* `bower install`
* make changes and commit with a good commit message
* open a PR## Running
* `cd ember-keyboard-navigable-list/tests/dummy`
* `ember s`## Running Tests
* `npm test` (Runs `ember try:testall` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`## Building
* `ember build`
For more information on using ember-cli, visit [http://ember-cli.com/](http://ember-cli.com/).