An open API service indexing awesome lists of open source software.

https://github.com/joeydotdev/woofbot-image-scraper-api

scrapes corgi pics from instagram at scale 🚀
https://github.com/joeydotdev/woofbot-image-scraper-api

Last synced: 11 days ago
JSON representation

scrapes corgi pics from instagram at scale 🚀

Awesome Lists containing this project

README

          

# woofbot-image-scraper-api

### Scripts

#### `npm run start:dev`

Starts the application in development using `nodemon` and `ts-node` to do hot reloading.

#### `npm run build`

Builds the app at `build`, cleaning the folder first.

#### `npm run start`

Starts the app in production by first building the project with `npm run build`, and then executing the compiled JavaScript at `build/index.js`.