Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```
## Usage

Where 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-meetup

This 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/).