🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@totemstan/chip

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@totemstan/chip

**CHIP** surface of a planet. Returned chips contain animage chip and various meta (solar etc) information.

latest
Source
npmnpm
Version
1.4.0
Version published
Maintainers
1
Created
Source

GEOHACK

Installation

Clone [GEOHACK chipper]REPO{geohack} into your PROJECT/geohack folder.

Requires

[ENUM enumerators]REPO{enum}.

Required MySQL Databases

  • openv.profiles Reads and populates when clients arrive
  • openv.sessions Reads and populates when client sessions are established
  • openv.riddles Builds on config() and reads when clients arrive
  • openv.apps Reads on config() to override GEOHACK options and define site context parameters

Manage

npm test [? || G1 || G2 || ...]		# unit test
npm run [ edit || start ]			# Configure environment
npm run [ prmprep || prmload ]		# Revise PRM

Usage

Access and configure GEOHACK like this:

var GEOHACK = require("geohack").config({
	key: value, 						// set key
	"key.key": value, 					// indexed set
	"key.key.": value					// indexed append
}, function (err) {
	console.log( err ? "something evil is lurking" : "look mom - Im running!");
});

where [its configuration keys]SITE{shares/prm/geohack/index.html} follow the [ENUM deep copy conventions]REPO{enum}.

G1

G2

Contributing

To contribute to this module, see our issues and milestones.

License

MIT

FAQs

Package last updated on 08 Oct 2022

Did you know?

Socket

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.

Install

Related posts