Skip to content

Commit

Permalink
Add tech-dirt
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico B committed Aug 11, 2017
1 parent 29e3633 commit e95ccf7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/data/sources/tech-dirt.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const Feed = require('./feed');
const types = require('../types');

const TechDirt = new Feed('https://www.techdirt.com/techdirt_rss.xml', types.TechDirt);

module.exports = TechDirt;
1 change: 1 addition & 0 deletions src/data/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
HackerNoon: 'hacker-noon',
Slashdot: 'slashdot',
TheRegister: 'the-register',
TechDirt: 'tech-dirt',
/* APIs */
HackerNews: 'hacker-news',
// Reddit: 'reddit',
Expand Down

0 comments on commit e95ccf7

Please sign in to comment.