AsiaLiving (temporary name) is one of my current personal projects. The site is an aggregator for apartments across Asia. It uses node scripts to scrape listings from major rental websites and populate a MySQL database, allowing users to search across all the data. It also integrates google maps to allow users to see where each apartment is located by simply rolling over the listing. The site is built using React for the front-end, PHP for the back end, and Node for the data scraping (by either hooking into the API if it's exposed, or crawling the HTML if no API is available). I'm also responsible for the design of the site.…AsiaLiving (temporary name) is one of my current personal projects. The site is an aggregator for apartments across Asia. It uses node scripts to scrape listings from major rental websites and populate a MySQL database, allowing users to search across all the data. It also integrates google maps to allow users to see where each apartment is located by simply rolling over the listing. The site is built using React for the front-end, PHP for the back end, and Node for the data scraping (by either hooking into the API if it's exposed, or crawling the HTML if no API is available). I'm also responsible for the design of the site.WW…