This project scrapes restaurant deal data from Neotaste and TheFork, and provides tools for analyzing and comparing the deals across these platforms.
Check out the live demo of the deal comparison tool: https://masterries.github.io/Neotaste_Scrapper/
index.html: Main page for viewing and filtering restaurant dealsdeal_statistics.html: Page for comparing deal statistics between Neotaste and TheForkrestaurants.js: JavaScript file handling restaurant data fetching and processingmap.js: JavaScript file for map initialization and updatesstyles.css: CSS styles for the project
..
- View restaurant deals from Neotaste and TheFork
- Filter deals by city, price range, and tags
- Interactive map showing restaurant locations
- Detailed statistics comparing deals from both platforms
- Data export functionality for further analysis
The project expects data files in the following structure:
data/
└── [city name]/
├── latest_full_data.json (Neotaste data)
└── processed_thefork_data_2024-08-27.json (TheFork data)