Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashutoshsce/nys-liquor-authority
Directly scrape records from https://www.tran.sla.ny.gov/JSP/query/PublicQueryAdvanceSearchPage.jsp and present it in datatable format
https://github.com/ashutoshsce/nys-liquor-authority
datatable expressjs mongodb node nys-liquor-authority puppeteer vuejs website-scraper
Last synced: 18 days ago
JSON representation
Directly scrape records from https://www.tran.sla.ny.gov/JSP/query/PublicQueryAdvanceSearchPage.jsp and present it in datatable format
- Host: GitHub
- URL: https://github.com/ashutoshsce/nys-liquor-authority
- Owner: ashutoshSce
- License: mit
- Created: 2019-02-05T22:47:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T09:23:52.000Z (over 1 year ago)
- Last Synced: 2024-10-12T13:45:36.213Z (about 1 month ago)
- Topics: datatable, expressjs, mongodb, node, nys-liquor-authority, puppeteer, vuejs, website-scraper
- Language: CSS
- Homepage: http://nys-liquor.ashutoshjha.me/
- Size: 1.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nys-liquor-authority
This web application scrape records from [New York State Liquor Authority](https://www.tran.sla.ny.gov/JSP/query/PublicQueryAdvanceSearchPage.jsp) website present records in datatable format.
## See Live Demo http://nys-liquor.ashutoshjha.me
## About nys-liquor-authority
nys-liquor-authority is web application which is consist of 3 tasks, such as:- [Scrape New York State Liquor Authority website using puppeteer and store data into local mongodb](https://github.com/ashutoshSce/nys-liquor-authority/tree/master/data-scraper).
- [Node expres API for datatable sorting, filter, and paginations](https://github.com/ashutoshSce/nys-liquor-authority/tree/master/api).
- [Vuejs Datatable to present all records from New York State Liquor Authority website](https://github.com/ashutoshSce/nys-liquor-authority/tree/master/view).
I have taken help from [Laravel Enso Vuejs Datatable](https://github.com/laravel-enso/VueDatatable) to create vuejs datatable.## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.## License
The application is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).