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 🚀
- Host: GitHub
- URL: https://github.com/joeydotdev/woofbot-image-scraper-api
- Owner: joeydotdev
- Created: 2020-03-29T04:09:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-14T03:01:58.000Z (over 4 years ago)
- Last Synced: 2025-01-13T16:29:59.505Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.