Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
github.com/mikemrm/go-griddy
A simple Go package for pulling live pricing from GoGriddy.com
You will need to get your Meter ID, Member ID and Settlement Point from https://app.gogriddy.com
Look for a network request ending in /getnow. The Request Payload will contain all this information.
$ go run cmd/query.go -help
Usage of query:
-config string
Path to toml configuration file.
-memberid string
Your Member ID
-meterid string
Your meter ID
-settlement string
Settlement Point (ex: LZ_HOUSTON)
-url string
URL to be queried
go run cmd/query.go -config config.toml
go run cmd/query.go -memberid abc123 -meterid your-uuid -settlement LZ_YOUR_CITY
$ go run cmd/query.go -config config.toml
Server Time : 2018-07-23T23:10:00Z
Settlement : LZ_CITY
Price Type : lmp
Price : 3.30 ¢
Value Score : 10
Mean Price : 17.98 ¢
Diff Mean : -14.67 ¢
High : 206.04 ¢
Low : 1.02 ¢
Local Time : 2018-07-23T18:10:00-07:00
---------------
Data TTL : 28 Sec.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.