Skip to content

Commit 1925494

Browse files
authored
Update README.md
1 parent c578b9f commit 1925494

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,10 @@ Define a dependency for the module:
5555
```javascript
5656
angular.module('sample', ['adf', 'adf.widget.news']);
5757
```
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

Comments
 (0)