Thirukkural JSON API Build using Express API Server.
Better self Host this API Service for 100% Uptime
http://localhost:4001/ - # Get Random Kural
http://localhost:4001/<1 to 1330> # http://localhost:4001/25 - Get Kural by No
Tirukkuṛaḷ Data From - @tk120404/thirukkural
- Express for API server
- CORS Headers for API Restriction
- API Cache Module for Caching the API data
app.get('/:id', cache('1 hour')
- Clone or Download this Repo
- install dependencies
yarn
- Development
yarn dev
- Production
yarn start
MIT