Skip to content

Commit 2de5061

Browse files
committed
added article for web scraping
1 parent 4b70f01 commit 2de5061

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

data.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
exports.projectsData = [
2+
{
3+
id: 202,
4+
type: "article",
5+
title: "Build a web scraper using BeautifulSoup",
6+
category: ["ml-ai"],
7+
tech: ["Python","BeautifulSoup"],
8+
datePublished: "Aug 11, 2019",
9+
projectURL:"https://medium.com/@dev.sb18/web-scrapping-ipl-stats-493e3344d741",
10+
11+
},
212
{
313
id: 201,
414
type: "article",

0 commit comments

Comments
 (0)