As a professional if you want to show the latest GST Acts such as CGST Act, 2017 or IGST Act, 2017 on your website, you can use the KnowyourGST api.
With just few steps you can show the latest acts on your own website and we have released these APIs for free.
You can check the live example here.
Demo is hosted on KnowyourGST and we are using Bootstrap for front end. However you can use any front end technology.
To get started first you need to link to a Javascript file, which will transfer data from our servers.
Copy and Paste the below code in the page you want to display this tool, we recommend pasting before closing of </body> tag.
<script src="//www.knowyourgst.com/static/kygtools/cgst.js"></script>
Now, copy and paste the following code where you want to display the data.
<div class="col-sm-4" id="section" style="height:700px;overflow-y:scroll;">
</div>
<div class="col-sm-8" id="content" style="height:700px;overflow-y:scroll;">
CGST Act, 2017 with each section powered by <a href="//www.knowyourgst.com">Knowyourgst</a>.
Click on section to view contents of section.
<img src="//www.knowyourgst.com/static/kygtools/kygloading.gif" style="width:100px;"/>
</div>
You can try API and you can also have your own design to show data.
In demo page Index of acts and sections is displayed in Div
with ID section
and content of sections is displayed in Div with ID content
.
You can instead of a div display corresponding data into table or plain HTML by naming ID.
If you face any issue while implementing this tool on your website, you can ask a question on our Q&A platform with Tag KYG-API
.