Initial Commit

This commit is contained in:
paoda 2020-03-05 10:47:56 -04:00
parent ead4adc8da
commit a2c483e1b7
2 changed files with 10 additions and 0 deletions

0
index.js Normal file
View File

10
package.json Normal file
View File

@ -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 <musukarekai@gmail.com>",
"license": "MIT",
"private": true
}