Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natashalekh authored Aug 25, 2023
1 parent 8e74549 commit 8dbec8f
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions templates/js-empty/README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8dbec8f

Please sign in to comment.