/netlify-function-web-scrapping

Netlify function for web scrapping 🦊

Primary LanguageJavaScript

Netlify function web scrapping

Usage

# install dependancies
npm i
# run locally
npm run dev
# OR build function with its dependencies
npm run build

Raison d'être

Simple web scrapping function example made with netlify function service (AWS Lambda under the hood) and netlify-lambda for building functions with their dependencies.

TODO

  • reduce number of dependencies ¯\(ツ)/¯