https://sejal27.github.io/Indian-Vegan-Places/
- Background
- Author
- Tools, APIs and Frameworks
- How to Use
- Source Files
- Javascript Documentation
- License
A list of selected vegan places in India, displayed on Google maps. Displays Zomato rating, and other place information when clicked.
- Materialize as a front-end framework
- Knockout as a Javascript MVVC model based framework
- JSDoc to generate javascript code documentation
- Google Maps API
- Zomato API
- Download all the files in the same folder. Request Zomato API Key at https://developers.zomato.com/api/ and update it on main.js file.
- Open index.html in a web browser.
- Click a restaurant to view its details. Close place's infowindow to return to the full map view.
- Use Cities drop-down list to filter places based on any city.
- User model.js to add more places.
- main.js - Read documentation in /docs folder for more details.
- model.js - Read documentation in /docs folder for more details.
- index.html - html file for the project
- style.css - contains additional styles
/docs folder contains the documentation files created usign JSDoc. Open index file to view this javascript source code related documentation.