Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 337 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 337 Bytes

nodejs-read-xml-example

想在webclown.net网站首页获取博客的最新文章。博客是用hexo搭建的。 特此示例用nodejs来读取sitemap.xml(网站地图),来作为最新文章的数据。

  • node: v8.10.0
  • npm: v6.3.0
npm install

npm run dev