mcdonald-location-apiv2
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "mcdonald-location-apiv2", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A Node.js library to programmatically find the nearest McDonald's locations and perform searches on the McDonald's site.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -5,3 +5,3 @@ # mcdonald-location-apiv2 | ||
`mcdonald-location-apiv2` is a Node.js package that provides an easy way to find McDonald's locations based on latitude and longitude. It supports finding the nearest location or retrieving a list of locations within a specified search radius. This API utilizes the unofficial McDonald's location API and offers additional functionality for filtering results. | ||
`mcdonald-location-apiv2` is a Node.js package that provides an easy way to find McDonald's locations based on latitude and longitude. It supports finding the nearest location or retrieving a list of locations within a specified search radius. This API utilizes an unofficial McDonald's location API and offers additional functionality for filtering results. It also offers a feature to search the McDonald's site and fetch results, such as food items, articles, etc. | ||
@@ -8,0 +8,0 @@ ## Features |
6741