Spaces:
Sleeping
Sleeping
Update index.js
Browse files
index.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
|
6 |
const app = express();
|
7 |
const PORT = 7860;
|
|
|
1 |
+
import express from 'express';
|
2 |
+
import fetch from 'node-fetch';
|
3 |
+
import cheerio from 'cheerio';
|
4 |
+
import { URL } from 'url';
|
5 |
|
6 |
const app = express();
|
7 |
const PORT = 7860;
|