amazon-scrapi/README.md

16 lines
331 B
Markdown
Raw Permalink Normal View History

2024-11-20 20:13:27 -06:00
# amazon-scrapi
2024-11-25 16:53:40 -06:00
An API interface with Amazon, that uses webscraping
# Project setup Node.js
[Startup guide](https://dev.to/jaimaldullat/a-step-by-step-guide-to-creating-a-restful-api-using-nodejs-and-express-including-crud-operations-and-authentication-2mo2)
```bash
npm init
```
```bash
npm install express
```