eiko03 / nena-scrape

National Emergency Number Association Database Scraping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pagination scrapping for National Emergency Number Association

Instruction

  • node index will scrape all pages
  • node index {start} {end} will scrape pages between {start} and {end}
  • node index {start} will scrape pages from {start} to the end of all pages
  • node index {start} - will only scrape {start} page
  • {start} and {end} flags will only apply when they are numeric or - for {end}
  • If you have existing NENACompanyParser.sql, place it in root, will be updated, else it will create a new one
  • Sql replaces data rather than insert to ignore duplicate data
  • Logs are added under Scraping log in NENACompanyParser.sql

About

National Emergency Number Association Database Scraping


Languages

Language:JavaScript 99.7%Language:Procfile 0.3%