UNPKG

ees-announcements-scraper-v2

Version:

Scraper that gets the announcements from EES postgraduate programme of NTUA

32 lines (31 loc) 817 B
{ "name": "ees-announcements-scraper-v2", "version": "1.0.0", "description": "Scraper that gets the announcements from EES postgraduate programme of NTUA", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Scraper", "ees", "ntua", "athens", "greece", "announcements" ], "author": "Yannis Alexiou", "license": "GPL-3.0", "dependencies": { "cheerio": "^1.0.0-rc.12", "node-fetch": "^2.6.9" }, "repository": { "type": "git", "url": "git+https://github.com/yannisalexiou/ees-announcements-scraper-v2.git" }, "bugs": { "url": "https://github.com/yannisalexiou/ees-announcements-scraper-v2/issues" }, "homepage": "https://github.com/yannisalexiou/ees-announcements-scraper-v2#readme" }