json apis with github
1.0.0
网站:https://apiwithgithub.com
这是一个简单的工具,可用于制作 JSON API,以便快速用于您的基本项目。您的 API 以简单的 JSON 文件形式托管在 GitHub 上
我正在重新设计我的作品集网站,我的主要任务是在这里托管我的基本数据,我可以轻松地以简单的方式管理内容。但我找不到没有解决办法。因此,我了解了 GitHub API,并使用 GitHub API 构建了这个工具。所以,我的网站(https://mohddanish.me)内容是由这个工具管理的。所以,我在 ProductHunt(https://www.producthunt.com/posts/apis-with-github)上发布了这个,当人们问我它是开源的时?然后我说“不”。所以,我很快将这个工具开源。因为我喜欢人们愿意为你的项目做出贡献。检查此线程(https://twitter.com/mddanishyusuf/status/1124261537537974278)
该工具是使用 React(CRA)、GitHub API、JSON 编辑器(https://github.com/josdejong/jsoneditor) 和 Bootstrap for Grid System 构建的。并托管在 Netlify 上。
git clone https://github.com/mddanishyusuf/json-apis-with-github
cd json-apis-with-github
yarn install
npm run start