Implementasi belajar Nodejs menggunakan package axios, cheerio, dan ExpressJS. Pada project ini saya mencoba men-scrape data dari salah satu situs penyedia lowongan kerja.
Demo API [Service Unavailable]
git clone https://github.com/Ir001/nodejs-job-vacancy-api.git
cd nodejs-job-vacancy-api
npm install
npm start
Request below URL:
http://localhost:3000/top-karir
[GET]
http://localhost:3000/joblum
[GET]
5 Jan 2023
- ~ Fix scraping content of article
4 Feb 2021
- ~ Clean response API
- ~ Add apply by Google
- ~ Add apply by Linkedin
30 April 2021
- ~ Add momentjs
- ~ Fix deadline & publshed_at to format YYYY-MM-DD
- ~ Remove secret GET parameter
20 July 2021
- ~ Add scape other site ( http://localhost:3000/top-karir)
- ~ Add scape other site ( http://localhost:3000/joblum)