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 install
npm start
server will running on port 3000
Get list of trending articles
GET localhost:3000/trending/page/1
Get article content
GET localhost:3000/content/6-manfaat-olahraga-trx-bagi-tubuh
Get list of penyakit information from A-Z
GET localhost:3000/penyakit
Get list of obat information from A-Z
GET localhost:3000/obat
Get list of articles from Hidup Sehat tag
GET localhost:3000/hidup-sehat/page/1
Get list of articles from Keluarga tag
GET localhost:3000/keluarga/page/1
Get list of articles from Kesehatan tag
GET localhost:3000/kesehatan/page/1
Get data from searching
GET localhost:3000/search?key=kanker
Pull 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.