Meteor JS - 如何向Telescope导入帖子和评论

时间:2016-12-06 22:02:31

标签: meteor telescope

我需要将一些帖子及其评论导入我的Telescope项目。 他们是一个很好的方法吗?

真的是同样的问题: Meteor JS - How to access posts programmatically in Telescope app

1 个答案:

答案 0 :(得分:0)

如果要导入RSS源,可以使用post-by-feed插件:

https://github.com/xavcz/nova-post-by-feed

如果您需要从JSON文件或其他API导入,则必须自己编写脚本。您可以查看getting-started包以了解如何在服务器上插入帖子和评论。