Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1 KB

README.md

File metadata and controls

48 lines (30 loc) · 1 KB

💨 ATLA Web Scraper

Demonstrating web scraping by using the Puppeteer library, alongside AWS serverless. A new way to preview any of your favourite Avatar characters. Data provided by Avatar Fandom.

📐 Project Setup

git clone https://github.com/Mwpereira/ATLA-Webscraper.git
cd ATLA-Webscraper

Installing packages and running serverless locally

cd serverless
npm install
serverless offline

Ensure you have serverless installed

npm install -g serverless

Open the index.html file located under the /client directory and enjoy!

📚 Frameworks

  • Bulma - for UI components and styling

🔐 Back-End

Dependencies

  • Serverless Offline - for hosting AWS resources including API Gateway and Lambda Edge locally
  • Puppeteer - for web scraping

🎨 Front-End

Dependencies

  • jQuery - for HTML DOM manipulation

📷 Screenshots