Urban Dictionary project. Uses Cheerio and Axios to web scrape UD's contents, and an express server to serve data via a REST API
Go to file
Amelia 008e7c1cf4 File renamed from scaper.ts to scraper.ts 2022-06-04 17:13:03 +01:00
src File renamed from scaper.ts to scraper.ts 2022-06-04 17:13:03 +01:00
.gitignore Add .gitignore 2022-06-04 17:06:51 +01:00
README.md First commit 2022-06-04 13:14:55 +01:00
package.json First commit 2022-06-04 13:14:55 +01:00
tsconfig.json First commit 2022-06-04 13:14:55 +01:00
yarn.lock First commit 2022-06-04 13:14:55 +01:00

README.md

Urban Dictionary API project. Uses Cheerio and Axios to web scrape UD's contents, and an express server to serve data via a REST API