查看 Github 上項目創建時間,更新時間
查看GitHub上項目創建時間,最近一次更新時間,可以使用Github提供的API,支持在線訪問
API格式: https://api.github.com/repos/{:owner}/{:repository}
Vue項目例子: https://api.github.com/repos/vuejs/vue
ant-design項目例子: https://api.github.com/repos/ant-design/ant-design
然后找到 created_at, 這里就是項目的創建時間還有最近一次修改時間