16 lines
331 B
Markdown
16 lines
331 B
Markdown
# amazon-scrapi
|
|
|
|
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
|
|
```
|