We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c578b9f commit 1925494Copy full SHA for 1925494
README.md
@@ -55,3 +55,10 @@ Define a dependency for the module:
55
```javascript
56
angular.module('sample', ['adf', 'adf.widget.news']);
57
```
58
+
59
+Define the URL of the service which converts a rss feed into json:
60
61
+ ```javascript
62
+ .constant('newsServiceUrl', '<URL>')
63
+ ```
64
+ The expected response structure is based on the node module [rss-parser](https://www.npmjs.com/package/rss-parser)
0 commit comments