APIs with GitHub
๐ก ๐
This is a simple tool to make JSON APIs for quick use for your basic projects. Your APIs are hosted on GitHub as JSON file that's simple
Whatโs In This Document
๐ About This Tool
I was re-designing my portfolio website and my main task was this where I'll host my basic data from where I can manage the content easily and in a simple way. But I couldn't find are no solution. So, I get the idea about GitHub API and using GitHub APIs I build this tool. So, my website(https://mohddanish.me) content is managed by this tool. So, I published this on ProductHunt(https://www.producthunt.com/posts/apis-with-github) and when people ask me that it's open-source? And then I say No. So, I quickly make this tool open Source. Because I love when people want to contribute to your projects. check this thread (https://twitter.com/mddanishyusuf/status/1124261537537974278)
โ How to Setup Locally
This tool is build with React(CRA), GitHub APIs, JSON Editor(https://github.com/josdejong/jsoneditor) and Bootstrap for Grid System. And Hosted on Netlify.
Steps
git clone https://github.com/mddanishyusuf/json-apis-with-github
cd json-apis-with-github
yarn install
npm run start
Tool Build With
- ReactJS- Create React APP(https://github.com/facebook/create-react-app)
- GitHub APIs: https://developer.github.com/v3/
- Netlify: To host the tool.