Files
RSSHub/lib/v2/tableau/radar.js
T
Kaiyang ed1f70c17a feat(route/tableau): Add route for Tableau viz of the day. (#13528)
* Add new route tableau viz of the day

* Add radar.js for tableau viz of the day

* fix doc for tableau viz of the day

* Add screenshot into description
2023-10-17 08:45:12 +00:00

12 lines
245 B
JavaScript

module.exports = {
'tableau.com': {
_name: 'Tableau',
public: [
{
title: 'Viz of the day',
docs: 'https://docs.rsshub.app/routes/study#tableau',
},
],
},
};