crow-flies 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,18 +1,8 @@
1
- # crow-flies
1
+ 📘 Need help with this package?
2
2
 
3
- crow-flies is a npm package for dealing with distance between two Latitudes and Longitudes "as the crow flies"
3
+ Check out the full documentation with setup & usage examples here:
4
4
 
5
- ## installation
5
+ 👉 View Documentation for crow-flies on ReadMe-Adsense
6
+ http://www.readme-adsense.com/PmJzz03LsSZaxWIwOuCmUqLaqXP2/crow-flies
6
7
 
7
- use npm i crow-flies to install the package
8
-
9
- ## usage
10
-
11
- crow-flies.kilometers(Lat1, Long1, Lat2, Long2)
12
- returns the distance between the two coordinates in kilometers
13
- crow-flies.miles(Lat1, Long1, Lat2, Long2)
14
- returns the distance between the two coordinates in miles
15
-
16
- ## Author
17
-
18
- Jacob Zanders (mogulders)
8
+ 💼 Powered by ReadMe-Adsense Get paid for your open-source work.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crow-flies",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "this is the distance in both km and miles as the crow flies based on two lat and longs",
5
5
  "main": "index.js",
6
6
  "scripts": {