Simple software tools that help to convert your .csv files to an API
- Makes your API creation process faster.
- Converts .csv file to API.
- You can publish your API for free globally.
- Detailed instructions for a perfect output.
- Easy-to-use UI.
-
Clone the repository.
-
Run the below command to install the necessary packages.
pip install requirements.txt
-
Install the fonts that are present in the fonts folder.
-
Run the main.py file
- Upload your .csv file to your Google Drive account.
- Make the file public and copy the link.
- Paste the link in the box and choose your desired button.
- Download .json - creates a .json file of the .csv you have uploaded in Google Drive.
- Create code to publish API - generates a code that can be pasted into Google Apps Scripts and deploys your API for free.