alodokter api
Unofficial API and Web Scraping from alodokter.com
1. Node.js has installed on your machine
2. NPM has installed on your machine
Use the package manager npm to install dependencies.
npm installnpm startserver will running on port 3000
Get list of trending articles
GET localhost:3000/trending/page/1Get article content
GET localhost:3000/content/6-manfaat-olahraga-trx-bagi-tubuhGet list of penyakit information from A-Z
GET localhost:3000/penyakitGet list of obat information from A-Z
GET localhost:3000/obatGet list of articles from Hidup Sehat tag
GET localhost:3000/hidup-sehat/page/1Get list of articles from Keluarga tag
GET localhost:3000/keluarga/page/1Get list of articles from Kesehatan tag
GET localhost:3000/kesehatan/page/1Get data from searching
GET localhost:3000/search?key=kankerPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
MIT
Any responsibility beyond the responsibility of the developer.