-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rahul3002
authored and
rahul3002
committed
Apr 16, 2024
1 parent
4154659
commit fd95f6a
Showing
12 changed files
with
1,202 additions
and
939 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
Oops, something went wrong.