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 362ca9f7bb Rewrite portion of app.ts to work with scraper.ts changes 2022-06-04 17:35:49 +01:00
src Rewrite portion of app.ts to work with scraper.ts changes 2022-06-04 17:35:49 +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