diff --git a/templates/js-empty/README.md b/templates/js-empty/README.md index 03828768..a9520229 100644 --- a/templates/js-empty/README.md +++ b/templates/js-empty/README.md @@ -1,12 +1,18 @@ -# Empty JavaScript Actor template +# Empty JavaScript template -Start a new web scraping project quickly and easily in JavaScript (Node.js) with our empty project template. It provides a basic structure for the Actor with [Apify SDK](https://docs.apify.com/sdk/js/) and allows you to easily add your own functionality. +Start a new [web scraping](https://apify.com/web-scraping) project quickly and easily in JavaScript (Node.js) with our empty project template. It provides a basic structure for building an Actor with [Apify SDK](https://docs.apify.com/sdk/js/) and allows you to easily add your own functionality. ## Included features -- **[Apify SDK](https://docs.apify.com/sdk/js/)** - toolkit for building Actors -- **[Crawlee](https://crawlee.dev)** - web scraping and browser automation library +- **[Apify SDK](https://docs.apify.com/sdk/js/)** - toolkit for building [Actors](https://apify.com/actors) +- **[Crawlee](https://crawlee.dev/)** - web scraping and browser automation library ## How it works -This template is useful when you're already familiar with the [Apify SDK](https://docs.apify.com/sdk/js) and [Crawlee](https://crawlee.dev) and want to start with a clean slate. It does not include `puppeteer` or `playwright` so install them manually and update the Dockerfile if you need them. +This template is useful when you're already familiar with the [Apify SDK](https://docs.apify.com/sdk/js) and [Crawlee](https://crawlee.dev/) and want to start with a clean slate. It does not include `puppeteer` or `playwright` so install them manually and update the Dockerfile if you need them. + +## Resources + +- [Node.js tutorials](https://docs.apify.com/academy/node-js) in Academy +- [Video guide on getting data using Apify API](https://www.youtube.com/watch?v=ViYYDHSBAKM) +- [Integration with Make](https://apify.com/integrations), GitHub, Zapier, Google Drive, and other apps