2.19.1 • Published 4 years ago

weatherhive-utils v2.19.1

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

weatherhive-utils

Utility functions that are shared across all weatherhive projects

Mongo Install https://docs.mongodb.com/manual/tutorial/install-mongodb-on-debian/

Mongo User Creation For App

use weatherhive

db.createUser( { user: "weatherhiveapp", pwd: "weatherhive123**", roles: { role: "readWrite", db: "geocoding" } } )

--

Looking for Records in Mongo....

use weatherhive

switched to db weatherhvie

db.entries.find()

{ "_id" : ObjectId("5d569792f818e31abda9896c"), "city" : "san fransisco", "state" : "ca", "zipcode" : "94107", "lat" : 37.7618242, "lon" : -122.3985871 } { "_id" : ObjectId("5d569884f818e31abda989af"), "city" : "effort", "state" : "pa", "zipcode" : "18330", "lat" : 40.9628403, "lon" : -75.44612560000002 } { "_id" : ObjectId("5d569f80f818e31abda98b31"), "city" : "hackettstown", "state" : "nj", "zipcode" : "07840", "lat" : 40.8539879, "lon" : -74.8290555 } { "_id" : ObjectId("5d569ff6f818e31abda98b50"), "city" : "brodheadsville", "state" : "pa", "zipcode" : "18322", "lat" : 40.9229722, "lon" : -75.40533669999999 } { "_id" : ObjectId("5d56a08cf818e31abda98b75"), "city" : "wyckoff", "state" : "nj", "zipcode" : "07481", "lat" : 41.0026959, "lon" : -74.16509909999999 }

2.19.1

4 years ago

2.19.0

4 years ago

2.18.2

4 years ago

2.18.1

4 years ago

2.18.0

4 years ago

2.17.1

4 years ago

2.17.0

4 years ago

2.16.0

4 years ago

2.15.0

4 years ago

2.14.1

4 years ago

2.14.0

4 years ago

2.13.0

4 years ago

2.12.0

4 years ago

2.11.0

4 years ago

2.10.1

4 years ago

2.10.0

4 years ago

2.9.0

4 years ago

2.9.2

4 years ago

2.9.1

4 years ago

2.8.1

4 years ago

2.8.2

4 years ago

2.8.0

4 years ago

2.7.0

4 years ago

2.6.2

4 years ago

2.6.1

4 years ago

2.6.0

4 years ago

2.5.1

4 years ago

2.5.0

4 years ago

2.4.1

4 years ago

2.4.0

4 years ago

2.4.2

4 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.3.0

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

0.0.1

5 years ago

1.0.0

5 years ago