How do I run a Node script in an html document?
-
There is a Git project app-store-scraper which allows you to pull by Id or name, rating of the application or game. How can it be integrated into html. I want to make a form through which I would pass the title. This project is powered by Node.JavaScript Parker Wilcox, May 7, 2020
-
This is the server side. If you need this data on the client, then I recommend compiling an api for your site and request data from it.Vivian McIntyre
1 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!