You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,14 @@ reported the issue. Please try to include as much information as you can. Detail
22
22
23
23
Contributions via pull requests are much appreciated. Before sending a pull request, please ensure that:
24
24
25
-
1. You are working against the latest source on the *dev* branch.
25
+
1. You are working against the latest source on the *Enhancements* branch.
26
26
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
27
27
3. You open an issue to discuss any significant work - I'd hate for your time to be wasted.
28
28
29
29
To send a pull request, please:
30
30
31
31
1. Fork the repository.
32
-
2. Checkout the *dev* branch
32
+
2. Checkout the *Enhancements* branch
33
33
3. Modify the source; please focus on the specific change you are contributing. Please refrain from code styling changes, it will be harder to focus on your change.
34
34
4. Ensure local tests pass.
35
35
5. Commit to your fork using clear commit messages.
Branch | Windows - PowerShell | Windows - pwsh | Linux | MacOS
11
15
--- | --- | --- | --- | --- |
12
16
main | [](https://github.com/techthoughts2/pwshPlaces/actions/workflows/wf_Windows.yml) | [](https://github.com/techthoughts2/pwshPlaces/actions/workflows/wf_Windows_Core.yml) | [](https://github.com/techthoughts2/pwshPlaces/actions/workflows/wf_Linux.yml) | [](https://github.com/techthoughts2/pwshPlaces/actions/workflows/wf_MacOS.yml)
Copy file name to clipboardExpand all lines: docs/index.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,11 @@
12
12
13
13
pwshPlaces is a PowerShell module that integrates with leading mapping services like Google Maps and Bing Maps. Offering a suite of commands for interacting with maps, it enables you to perform searches, read reviews, and retrieve detailed information about locations worldwide. From discovering nearby restaurants to geocoding addresses, pwshPlaces equips you with a wealth of geographical data, accessible through simple and intuitive PowerShell commands.
pwshPlaces streamlines your interaction with Google Maps and Bing Maps, transforming complex API requirements into simple PowerShell commands. Unlike the often overwhelming and visually dense web interfaces, pwshPlaces delivers essential information efficiently, enabling rapid decision-making based on concise and relevant data. Quickly compare restaurants, parks, or any places of interest with just a few lines of code, receiving straightforward, concise data like ratings and locations.
0 commit comments