Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).