diff --git a/index.js b/index.js new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json new file mode 100644 index 0000000..4349a27 --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "trendogate_scraper", + "version": "1.0.0", + "description": "Scrapes information from https://trendogate.com/ for CSCI 1107", + "main": "index.js", + "repository": "ssh://gitea@git.paoda.moe:31059/paoda/trendogate_scraper.git", + "author": "paoda ", + "license": "MIT", + "private": true +}