Files
RSSHub/lib/v2/qweather/maintainer.js
Rein-Ou 0a29a7c4e8 feat(route) add qweather/now (#9413)
* qweather_now

* now

* pubDate fix

* timezone

* parseDate
2022-03-29 21:29:07 +08:00

5 lines
112 B
JavaScript

module.exports = {
'/qweather/3days/:location': ['Rein-Ou'],
'/qweather/now/:location': ['Rein-Ou'],
};