Skip to content

Commit

Permalink
updated code
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul3002 authored and rahul3002 committed Apr 16, 2024
1 parent 4154659 commit fd95f6a
Show file tree
Hide file tree
Showing 12 changed files with 1,202 additions and 939 deletions.
Binary file modified .DS_Store
Binary file not shown.
8 changes: 8 additions & 0 deletions constants.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// Image CDN URL for Restaurant card
export const IMG_CDN_URL =
"https://media-assets.swiggy.com/swiggy/image/upload/fl_lossy,f_auto,q_auto,w_660/";

// Swiggy API to get Restaurant data with foodfire erver
export const swiggy_api_URL =
"https://www.swiggy.com/dapi/restaurants/list/v5?lat=18.5538241&lng=73.9476689&is-seo-homepage-enabled=true&page_type=DESKTOP_WEB_LISTING";
export const shimmer_card_unit = 45;
Loading

0 comments on commit fd95f6a

Please sign in to comment.