Skip to content

Commit

Permalink
chore: change link & upload db
Browse files Browse the repository at this point in the history
  • Loading branch information
RadNotRed committed Sep 23, 2023
1 parent 149aed3 commit eb53e56
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
dist
.env
.idea
database.db
.idea
Binary file added database.db
Binary file not shown.
2 changes: 1 addition & 1 deletion src/modules/scraper-api.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Event = {


const scrapeEvents = async (): Promise<Event[]> => {
const response = await axios.get('https://gdsc.community.dev/william-mary/');
const response = await axios.get('https://gdsc.community.dev/farmingdale-state-college/');
const html = response.data;
const $ = load(html);

Expand Down

0 comments on commit eb53e56

Please sign in to comment.